Click or drag to resize
FileSetAttributes Method
Sets the specified FileAttributes of the file on the specified path.

Namespace: CMS.FileSystemStorage
Assembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 10.0.0
Syntax
C#
public override void SetAttributes(
	string path,
	FileAttributes fileAttributes
)

Parameters

path
Type: SystemString
Path to file
fileAttributes
Type: CMS.IOFileAttributes
File attributes
See Also