Show / Hide Table of Contents

Class AzureRemoteStorageItem

Inheritance
object
AzureRemoteStorageItem
Implements
IRemoteStorageItem
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Providers.FolderProviders.AzureFolderProvider
Assembly: DotNetNuke.Providers.FolderProviders.dll
Syntax
public class AzureRemoteStorageItem : IRemoteStorageItem

Constructors

AzureRemoteStorageItem()

Declaration
public AzureRemoteStorageItem()

Properties

Blob

Declaration
public AzureBlob Blob { get; set; }
Property Value
Type Description
AzureBlob

HashCode

Declaration
public string HashCode { get; }
Property Value
Type Description
string

Key

Declaration
public string Key { get; }
Property Value
Type Description
string

LastModified

Declaration
public DateTime LastModified { get; }
Property Value
Type Description
DateTime

Size

Declaration
public long Size { get; }
Property Value
Type Description
long

Implements

IRemoteStorageItem

Extension Methods

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