Returns a service operation specified by its name.
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 to find.
- serviceOperation
- Type:
System.Data.Services.Providers ServiceOperation
The service operation instance found.
Return Value
Type:
true if the service operation was found or false otherwise.
Implements

Remarks
See Also