Class StorageInfo
Inheritance
System.Object
StorageInfo
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 StorageInfo
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 |