Click or drag to resize

OdataSmartPostRepositoryGetCustomDomainValues Method

Gets all valid custom domains for a given domainType.

Namespace: Scanjour.Workflow4.ActivityLibrary.Repository
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public IEnumerable<string> GetCustomDomainValues(
	string domainType
)

Parameters

domainType  String
Domain type

Return Value

IEnumerableString
Collection of custom domains valid for a given domainType

Implements

ISmartPostRepositoryGetCustomDomainValues(String)
See Also