FileSystemEntrySetBasicInformationById Method |
Name | Description | |
---|---|---|
SetBasicInformationById(String, Guid, FileSystemBasicInfo, Boolean) |
Sets basic information of an entry using its 128-bit identifier.
If a DateTime parameter is set to DateTime.MinValue, the corresponding entry value will not be changed.
DateTime parameters kind must be either Utc or Local, but not Unspecified.
If the attributes parameter is set to 0, the corresponding entry value will not be changed. Note that some attributes (such as ReadOnly) should be changed using the SetAttributes method.
| |
SetBasicInformationById(String, Guid, DateTime, DateTime, DateTime, DateTime, FileAttributes, Boolean) |
Sets basic information of an entry using its 128-bit identifier.
If a DateTime parameter is set to DateTime.MinValue, the corresponding entry value will not be changed.
DateTime parameters kind must be either Utc or Local, but not Unspecified.
If the attributes parameter is set to 0, the corresponding entry value will not be changed. Note that some attributes (such as ReadOnly) should be changed using the SetAttributes method.
|