FileSystemLinkMetadata
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Represents a metadata of file system link.
public class FileSystemLinkMetadata : TagBites.IO.IFileSystemLinkMetadataInheritance: object → FileSystemLinkMetadata
Constructors
Section titled “Constructors”FileSystemLinkMetadata()
Section titled “FileSystemLinkMetadata()”public FileSystemLinkMetadata()Properties
Section titled “Properties”IsHidden
Section titled “IsHidden”public virtual bool? IsHidden { get; set; }Property Value
Section titled “Property Value”bool?
IsReadOnly
Section titled “IsReadOnly”public virtual bool? IsReadOnly { get; set; }Property Value
Section titled “Property Value”bool?
LastWriteTime
Section titled “LastWriteTime”public virtual DateTime? LastWriteTime { get; set; }