DSPContext GetResourceSetEntities Method
Gets a list of resources for the specified resource set.

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

public IList<DSPResource> GetResourceSetEntities(
	string resourceSetName
)

Parameters

resourceSetName
Type: OnlineSystem String
The name of the resource set to get resources for.

Return Value

Type: OnlineIList DSPResource 
List of resources for the specified resource set. Note that if such resource set was not yet seen by this context it will get created (with empty list).
See Also