Click or drag to resize
BlobInfo Constructor (String)
Initializes new instance of blob info class.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public BlobInfo(
	string path
)

Parameters

path
Type: SystemString
Absolute or relative file system path.
See Also