Sets the specified FileAttributes  of the file on the specified path.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic override void SetAttributes(
	string path,
	FileAttributes fileAttributes
)
Parameters
- path
- Type: SystemString
 Path to file.
- fileAttributes
- Type: CMS.IOFileAttributes
 File attributes.
 See Also
See Also