Click or drag to resize
DirectoryGetPathFromUri Method
Returns system path from URI and container name.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public static string GetPathFromUri(
	Uri uri,
	bool absolute,
	string containerName = null
)

Parameters

uri
Type: SystemUri
Uri.
absolute
Type: SystemBoolean
If path should be absolute.
containerName (Optional)
Type: SystemString
Container name.

Return Value

Type: String
Absolute path.
See Also