Retrieves the customs domain entities of a specific domain type.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static IEnumerable<CustomDomain> GetCustomDomains( Uri oDataUri, string domainType )
Parameters
- oDataUri
- Type: SystemUri
The OData Service endpoint. - domainType
- Type: SystemString
The domain type.
Return Value
Type: IEnumerableCustomDomainA collection of customs domains.
See Also