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 |