DSPMetadata AddEntityType Method
Adds a new entity 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 AddEntityType(
	string name
)

Return Value

Type: OnlineResourceType
The newly created resource type.
See Also