Click or drag to resize
DirectoryGetBlobPathFromPath Method
Returns blob path from given file system path. Returns relative path with slashes '/' from the root of the blob storage.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public static string GetBlobPathFromPath(
	string path,
	Nullable<bool> caseSensitive = null
)

Parameters

path
Type: SystemString
Path
caseSensitive (Optional)
Type: SystemNullableBoolean
Case sensitive.

Return Value

Type: String
See Also