Class StorageInfo
Inheritance
System.Object
StorageInfo
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class StorageInfo : Object
Constructors
StorageInfo()
Initializes a new instance of the StorageInfo class.
Declaration
public StorageInfo()
StorageInfo(StorageInfo)
Initializes a new instance of the StorageInfo class.
Declaration
public StorageInfo(StorageInfo si)
Parameters
Type | Name | Description |
---|---|---|
StorageInfo | si |
Properties
CanDeleteContent
If files can be deleted from storage
Declaration
public bool CanDeleteContent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Storage Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |