Adds a new service operation.
Namespace: HotDocs.Sdk.DataServicesAssembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- name
- Type:
System String
The name of the service operation.
- resultKind
- Type:
System.Data.Services.Providers ServiceOperationResultKind
The kind of service operation.
- resultType
- Type:
System.Data.Services.Providers ResourceType
The type of service operation.
- resultSet
- Type:
System.Data.Services.Providers ResourceSet
Information about the resource.
- method
- Type:
System String
The method of the service operation.
- parameters
- Type:
System.Collections.Generic IEnumerable
ServiceOperationParameter
Parameters for the service operation.
Return Value
Type:
The newly added service operation.
See Also