File.SetAttributes Method |
Sets the specified FileAttributes of the file on the specified path.
Namespace: CMS.FileSystemStorageAssembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 8.2.23
Syntaxpublic override void SetAttributes(
string path,
FileAttributes fileAttributes
)
Parameters
- path
- Type: System.String
Path to file - fileAttributes
- Type: CMS.IO.FileAttributes
File attributes
See Also