Class BlobStorage
Inheritance
System.Object
BlobStorage
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()
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
public static class BlobStorage
Properties
Gets a value indicating whether this BlobStorage is enabled.
Declaration
public static bool Enabled { get; }
Property Value
Type |
Description |
System.Boolean |
true if enabled; otherwise, false .
|
Declaration
public static BlobStorageProvider Provider { get; }
Property Value
Declaration
public static BlobStorageProviderCollection Providers { get; }
Property Value
Methods
Raises the authenticate event.
Declaration
public static void RaiseAuthenticateEvent(string authKey)
Parameters
Type |
Name |
Description |
System.String |
authKey |
The auth key.
|
Declaration
public static void RaiseCommitedEvent(BlobInfo newBlobInfo, BlobInfo oldBlobInfo)
Parameters
Declaration
public static void RaiseCommitingEvent(BlobInfo newBlobInfo, BlobInfo oldBlobInfo)
Parameters
Declaration
public static void RaiseCreatedEvent(BlobInfo blobInfo)
Parameters
Declaration
public static void RaiseCreatingEvent(BlobInfo blobInfo)
Parameters
Declaration
public static void RaiseReadedEvent(BlobInfo blobInfo)
Parameters
Declaration
public static void RaiseReadingEvent(BlobInfo blobInfo)
Parameters
Declaration
public static bool RaiseResolveOpenInNewWindowEvent(BlobInfo blobInfo)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Events
Declaration
public static event BlobAuthEventHandler AuthenticateEvent
Event Type
Declaration
public static event BlobEventHandler CommitedEvent
Event Type
Declaration
public static event BlobEventHandler CommitingEvent
Event Type
Declaration
public static event BlobEventHandler CreatedEvent
Event Type
Declaration
public static event BlobEventHandler CreatingEvent
Event Type
Declaration
public static event BlobEventHandler ReadedEvent
Event Type
Declaration
public static event BlobEventHandler ReadingEvent
Event Type
Declaration
public static event BlobResolveOpenInNewWindowEventHandler ResolveOpenInNewWindowEvent
Event Type