OdataSmartPostRepositoryGetCustomDomainValues Method

Scanjour Workflow4 Reference Manual
Gets all valid custom domains for a given domainType.

Namespace:  Scanjour.Workflow4.ActivityLibrary.Repository
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public IEnumerable<string> GetCustomDomainValues(
	string domainType
)

Parameters

domainType
Type: SystemString
Domain type

Return Value

Type: IEnumerableString
Collection of custom domains valid for a given domainType

Implements

ISmartPostRepositoryGetCustomDomainValues(String)
See Also

Reference