Click or drag to resize
Directory.GetBlobPathFromPath 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: 8.2.23
Syntax
C#
public static string GetBlobPathFromPath(
	string path,
	Nullable<bool> caseSensitive = null
)

Parameters

path
Type: System.String
Path
caseSensitive (Optional)
Type: System.Nullable<Boolean>
Case sensitive.

Return Value

Type: String
See Also