BuildMaster SDK Reference
Version:

ToDirectoryEntryInfo(string pathSeparator, string prependPath, bool omitEmptyNames) Method

Returns a DirectoryEntryInfo instance constructed from this DirectoryEntryBuilder.

Syntax

public DirectoryEntryInfo ToDirectoryEntryInfo(string pathSeparator, string prependPath, bool omitEmptyNames)

Parameters

pathSeparator
Type: string

The path separator.

prependPath
Type: string

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

omitEmptyNames
Type: bool

Indicates whether empty directory names should be part of the path.

Returns

DirectoryEntryInfo instance constructed from this DirectoryEntryBuilder.