Search Results for

    Show / Hide Table of Contents

    Class VaultSettings

    Settings for a vault

    Inheritance
    System.Object
    VaultSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class VaultSettings

    Constructors

    VaultSettings()

    Default Constructor

    Declaration
    public VaultSettings()

    VaultSettings(VaultSettings)

    Copy constructor

    Declaration
    public VaultSettings(VaultSettings settings)
    Parameters
    Type Name Description
    VaultSettings settings

    Properties

    IsPublic

    If a vault is public (has the public gallery page available)

    Declaration
    public bool IsPublic { get; set; }
    Property Value
    Type Description
    System.Boolean

    RequirePublishDetails

    Force user to enter file usage

    Declaration
    public bool RequirePublishDetails { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022