Skip to content
Auto
Products

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.IFileSystemLinkMetadata

Inheritance: object → FileSystemLinkMetadata

public FileSystemLinkMetadata()
public virtual bool? IsHidden { get; set; }

bool?

public virtual bool? IsReadOnly { get; set; }

bool?

public virtual DateTime? LastWriteTime { get; set; }

DateTime?