BuildMaster SDK Reference
Version:
DirectoryEntryInfo(string name, string path) Constructor
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).
|