BuildMaster SDK Reference
Version:

GetDirectoryEntryInfo(string sourcePath) Method

When implemented in a derived class, returns a Inedo.BuildMaster.Files.DirectoryEntryInfo object from the specified source path.

Syntax

public abstract Inedo.BuildMaster.Files.DirectoryEntryInfo GetDirectoryEntryInfo(string sourcePath)

Parameters

sourcePath
Type: string

Provider source path.

Returns

Inedo.BuildMaster.Files.DirectoryEntryInfo object populated with the files in source control.

Remarks

This method is not designed to be recursive.