Class DirectoryEntry.EntryType
Possible entry types.
Inheritance
System.Object
DirectoryEntry.EntryType
Namespace: Syncfusion.CompoundFile.XlsIO.Net
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class EntryType : Enum
Fields
Invalid
Invalid entry.
Declaration
public const DirectoryEntry.EntryType Invalid
Field Value
LockBytes
Declaration
public const DirectoryEntry.EntryType LockBytes
Field Value
Property
Declaration
public const DirectoryEntry.EntryType Property
Field Value
Root
Root entry.
Declaration
public const DirectoryEntry.EntryType Root
Field Value
Storage
Entry is storage.
Declaration
public const DirectoryEntry.EntryType Storage
Field Value
Stream
Entry is stream.
Declaration
public const DirectoryEntry.EntryType Stream