DSPMetadata AddComplexProperty Method
Adds a complex property to the specified resourceType.

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

public void AddComplexProperty(
	ResourceType resourceType,
	string name,
	ResourceType complexType
)
See Also