Click or drag to resize

ConfigurationChangeControllerGetConfigurationObjectIds Method

Locates configuration objects by their UId and returns their Ids. If an object can't be located then it is omitted from the result.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<int> GetConfigurationObjectIds(
	ConfigurationObjectType objectType,
	IEnumerable<Guid> objectUIds
)

Parameters

objectType
Type: Omada.OE.ModelConfigurationObjectType
Must specify an object type that has a Guid key.
objectUIds
Type: System.Collections.GenericIEnumerableGuid

Return Value

Type: ListInt32
If an object can't be located then it is omitted from the result.
See Also