DSPMetadata Types Property
Returns all resource types.

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

public IEnumerable<ResourceType> Types { get; }

Property Value

Type: OnlineIEnumerable OnlineResourceType 

Implements

OnlineIDataServiceMetadataProvider Types
Remarks

The implementation doesn't need to be fast as this will only be called for the $metadata requests.
See Also