DSPMetadata GetResourceAssociationSet Method
Gets the ResourceAssociationSet instance when given the source association end.

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

public ResourceAssociationSet GetResourceAssociationSet(
	ResourceSet resourceSet,
	ResourceType resourceType,
	ResourceProperty resourceProperty
)

Return Value

Type: OnlineResourceAssociationSet
ResourceAssociationSet instance.

Implements

OnlineIDataServiceMetadataProvider GetResourceAssociationSet(ResourceSet, ResourceType, ResourceProperty)
Remarks

This method returns a ResourceAssociationSet representing a reference which is specified by the resourceProperty on the resourceType for instances in the resourceSet.
See Also