IdmNetUtilsEnsureDefaultSelectionPresent Method |
Ensures that a list of selected attributes always contains the detault attributes of ObjectID and
ObjectType
Namespace: IdmNetAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic static List<string> EnsureDefaultSelectionPresent(
List<string> attributeList
)
Public Shared Function EnsureDefaultSelectionPresent (
attributeList As List(Of String)
) As List(Of String)
public:
static List<String^>^ EnsureDefaultSelectionPresent(
List<String^>^ attributeList
)
static member EnsureDefaultSelectionPresent :
attributeList : List<string> -> List<string>
Parameters
- attributeList
- Type: System.Collections.GenericListString
List of additional attributes (if any) to add
Return Value
Type:
ListStringA list that contains both the default and additional attributes
See Also