BuildMaster SDK Reference
Version:

ToDirectoryEntryInfo(string pathSeparator, string prependPath) Method

Returns a DirectoryEntryInfo instance constructed from this DirectoryEntryBuilder.

Syntax

public DirectoryEntryInfo ToDirectoryEntryInfo(string pathSeparator, string prependPath)

Parameters

pathSeparator
Type: string

The path separator.

prependPath
Type: string

Path string to prepend to the DirectoryEntryInfo's path property.

Returns

DirectoryEntryInfo instance constructed from this DirectoryEntryBuilder.