Gets digitalpost channel component, based on dispatcher id
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static TComponent GetComponents<TComponent>( Uri oDataUri, string dispatcherId ) where TComponent : IDigitalPost
Parameters
- oDataUri
- Type: SystemUri
The endpoint of the OData Service. - dispatcherId
- Type: SystemString
Dispatcher id
Type Parameters
- TComponent
[Missing <typeparam name="TComponent"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.DispatcherFunctions.GetComponents``1(System.Uri,System.String)"]
Return Value
Type: TComponentThe digitalpost channel component
See Also