CommonDatabaseFunctionsGetCustomDomains Method
Retrieves the customs domain entities of a specific domain type.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static IEnumerable<CustomDomain> GetCustomDomains(
Uri oDataUri,
string domainType
)
Public Shared Function GetCustomDomains (
oDataUri As Uri,
domainType As String
) As IEnumerable(Of CustomDomain)
public:
static IEnumerable<CustomDomain^>^ GetCustomDomains(
Uri^ oDataUri,
String^ domainType
)
static member GetCustomDomains :
oDataUri : Uri *
domainType : string -> IEnumerable<CustomDomain>
- oDataUri Uri
- The OData Service endpoint.
- domainType String
- The domain type.
IEnumerableCustomDomainA collection of customs domains.