DSPMetadata AddComplexType Method
Adds a new complex type (without any properties).

Namespace: HotDocs.Sdk.DataServices
Assembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ResourceType AddComplexType(
	string name
)

Return Value

Type: OnlineResourceType
The newly created resource type.
See Also