MassOperationConstants
Provides routing information about URLs used by the Mass Operation Manager service.
public const string CUSTOM_PAGE_BASE_SERVICE_ROUTE = "workspace/{workspaceID:int}/custompagemassoperations"
The base URI path for the service when referencing custom page mass operations.
The name of a route in the URL used in a request to the service when referencing custom page mass operations.
public const string EVENT_HANDLER_BASE_SERVICE_ROUTE = "workspace/{workspaceID:int}/eventhandlermassoperations"
The base URI path for the service when referencing event handler mass operations.
The name of a route in the URL used in a request to the service when referencing event handler mass operations.
The prefix used for module called during service requests.
public MassOperationConstants()