DSPResourceQueryProvider GetResourceType Method
Returns a resource type for the specified resource.

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

public ResourceType GetResourceType(
	Object target
)

Parameters

target
Type: OnlineSystem Object
The target resource for which to determine its type.

Return Value

Type: OnlineResourceType
The OnlineResourceType of the specified resource.

Implements

OnlineIDataServiceQueryProvider GetResourceType(Object)
Remarks

The method should throw if the resource is not recognized. If it returns null the data service will throw instead.
See Also