Show / Hide Table of Contents

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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS