DSPMetadata ServiceOperations Property
Returns all service operations.

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<ServiceOperation> ServiceOperations { get; }

Property Value

Type: OnlineIEnumerable OnlineServiceOperation 

Implements

OnlineIDataServiceMetadataProvider ServiceOperations
Remarks

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