IExternallyParameterized ExternalParametersForGroups Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets names of supported external parameters or null if parameters are not supported in principle

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

IEnumerable<KeyValuePair<string, Type>> ExternalParametersForGroups(
	params string[] groups
)

Parameters

groups
Type:  OnlineSystem String 

Return Value

Type: OnlineIEnumerable OnlineKeyValuePair OnlineString, OnlineType  
See Also