Show / Hide Table of Contents

Class AzureBlob

Inheritance
object
AzureBlob
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 AzureBlob

Constructors

AzureBlob(CloudBlob)

Declaration
public AzureBlob(CloudBlob blob)
Parameters
Type Name Description
CloudBlob blob

Properties

ETag

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

LastModifiedUtc

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

Length

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

RelativePath

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

Extension Methods

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