Storage Class

Independentsoft MSG .NET

Storage Class MSG .NET Class Library
Contains collection of DirectoryEntry.
Inheritance Hierarchy

OnlineSystem Object  Independentsoft.IO.StructuredStorage DirectoryEntry
    Independentsoft.IO.StructuredStorage Storage

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

Syntax

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

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

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

Storage is analogous to a file system directory. The parent object of a storage object must be another storage object or the RootDirectoryEntry.
See Also