BuildMaster SDK Reference
Version:

GetFieldsToExpand(object instance) Method

Returns an enumeration of the fields which require variable expansion of an instance.

Syntax

public abstract IEnumerable<VariableExpandingField> GetFieldsToExpand(object instance)

Parameters

instance
Type: object

The instance whose fields will be expanded.

Returns

Enumeration of VariableExpandingField instances.