Directory Constructor (Database, Directory, String, UInt32)

Constructor with the database, parent directory, directory name, and directory size.

Namespace:  IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.1.0)

Syntax

Copy
public Directory(
    Database database,
    Directory parent,
    string name,
    uint size
)

Parameters

database

Type: Database
The database that contains the directory.

parent

Type: Directory
The parent directory that contains the directory.

name

Type: String
The directory name.

size

Type: UInt32
The maximum number of items in the directory.

See Also: