DSPMetadata HasDerivedTypes Method
Returns true if the specified type has some derived 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 bool HasDerivedTypes(
	ResourceType resourceType
)

Return Value

Type: OnlineBoolean
true if the specified type has derived types.

Implements

OnlineIDataServiceMetadataProvider HasDerivedTypes(ResourceType)
Remarks

The implementation should be fast as it will get called during normal request processing.
See Also