DSPMetadata AddResourceSet Method
Adds a resource set to the metadata definition.

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

public ResourceSet AddResourceSet(
	string name,
	ResourceType entityType
)

Return Value

Type: OnlineResourceSet
The newly created resource set.
See Also