| DirectoryGetPathFromUri Method  | 
            Returns system path from URI and container name.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntaxpublic 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: 
StringAbsolute path.
See Also