OdataSmartPostRepository.GetCustomDomainValues Method

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

Namespace:  Scanjour.Workflow4.ActivityLibrary.Repository
Assembly:  Scanjour.Workflow4.ActivityLibrary_22.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_22.1.0.0.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax

public IEnumerable<string> GetCustomDomainValues(
	string domainType
)

Parameters

domainType
Type: System.String
Domain type

Return Value

Type: IEnumerable<String>
Collection of custom domains valid for a given domainType

Implements

ISmartPostRepository.GetCustomDomainValues(String)
See Also

Reference