Interface IFSItem
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface representing a file system item with name, path, parent ID, and length.
public interface IFSItem : IName, IPath, IIDParent
- Inherited Members
- Extension Methods
Properties
Length
Gets or sets the length of the file system item in bytes.
long Length { get; set; }