BuildMaster SDK Reference
Version:

DirectoryEntryInfo(string name, string path) Constructor

Initializes a new instance of the DirectoryEntryInfo class.

Syntax

public .ctor(string name, string path)

Parameters

name
Type: string

The name of the directory.

path
Type: string

The path of the directory.

Exceptions

System.ArgumentNullException

name is null (Nothing in Visual Basic) or path is null (Nothing in Visual Basic).