DSPMetadata ResourceSets Property
Returns all resource sets.

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<ResourceSet> ResourceSets { get; }

Property Value

Type: OnlineIEnumerable OnlineResourceSet 

Implements

OnlineIDataServiceMetadataProvider ResourceSets
Remarks

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