Click or drag to resize
IdmNetUtilsEnsureDefaultSelectionPresent Method
Ensures that a list of selected attributes always contains the detault attributes of ObjectID and ObjectType

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public static List<string> EnsureDefaultSelectionPresent(
	List<string> attributeList
)

Parameters

attributeList
Type: System.Collections.GenericListString
List of additional attributes (if any) to add

Return Value

Type: ListString
A list that contains both the default and additional attributes
See Also