IMetadataProvider RetrieveActionDefinitions Method
Retrieves an enumerated list of global actions that the Connector supports, these actions will be reflected in the operations that will be executed from Scribe.Core.ConnectorApi.IConnector.ExecuteOperation method.
Namespace: Scribe.Core.ConnectorApi
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
IEnumerable<IActionDefinition> RetrieveActionDefinitions()
Return Value
Type: IEnumerableIActionDefinition
See