Interface IRemoteStorageItem
Namespace: DotNetNuke.Providers.FolderProviders.Components
Assembly: DotNetNuke.Providers.FolderProviders.dll
Syntax
public interface IRemoteStorageItem
Properties
HashCode
Declaration
string HashCode { get; }
Property Value
Type | Description |
---|---|
string |
Key
Declaration
string Key { get; }
Property Value
Type | Description |
---|---|
string |
LastModified
Declaration
DateTime LastModified { get; }
Property Value
Type | Description |
---|---|
DateTime |
Size
Declaration
long Size { get; }
Property Value
Type | Description |
---|---|
long |