Gets the children of a given element
Namespace: Composite.C1Console.Elements.Plugins.ElementProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
Parameters
- entityToken
- Type: Composite.C1Console.Security..::..EntityToken
The parent element of the elements to return
- seachToken
- Type: Composite.C1Console.Elements..::..SearchToken
If this is Field Value
null the provider should not do any filtering. If this is not null the provider
should do the appropriate filtering on its elements.
If the provider does not want to be a part of a search and this variable is not null,
the provider should return an empty list
Return Value
Child elements
See Also