RootDirectoryEntry Class

Independentsoft MSG .NET

RootDirectoryEntry Class MSG .NET Class Library
Represents a root node.
Inheritance Hierarchy

OnlineSystem Object  Independentsoft.IO.StructuredStorage DirectoryEntry
    Independentsoft.IO.StructuredStorage RootDirectoryEntry

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public class RootDirectoryEntry : DirectoryEntry
public class RootDirectoryEntry : DirectoryEntry
Public Class RootDirectoryEntry 
	Inherits DirectoryEntry
Public Class RootDirectoryEntry 
	Inherits DirectoryEntry
Dim instance As RootDirectoryEntry
Dim instance As RootDirectoryEntry
public class RootDirectoryEntry extends DirectoryEntry
public class RootDirectoryEntry extends DirectoryEntry
public class RootDirectoryEntry extends DirectoryEntry
public class RootDirectoryEntry extends DirectoryEntry
Independentsoft.IO.StructuredStorage.RootDirectoryEntry = function();

Type.createClass(
	'Independentsoft.IO.StructuredStorage.RootDirectoryEntry',
	Independentsoft.IO.StructuredStorage.DirectoryEntry);
Independentsoft.IO.StructuredStorage.RootDirectoryEntry = function();

Type.createClass(
	'Independentsoft.IO.StructuredStorage.RootDirectoryEntry',
	Independentsoft.IO.StructuredStorage.DirectoryEntry);
Remarks

RootDirectoryEntry object in a compound file that must be accessed before any other Storage objects and Stream objects are referenced. It is the uppermost parent object in the storage object and stream object hierarchy.
See Also