BuildMaster SDK Reference
Version:

FileEntryInfo(string name, string path) Constructor

Initializes a new instance of the FileEntryInfo class.

Syntax

public .ctor(string name, string path)

Parameters

name
Type: string

The name of the file.

path
Type: string

The path of the file.

Exceptions

System.ArgumentNullException

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