Retrieves the defined dispatcher type parameters for a specific version of a specific dispatcher.
Namespace: Scanjour.Workflow4.Web.Services
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
public static IEnumerable<DispatcherTypeParameter> GetDispatcherTypeParameters( Guid guid, Version version, DirectoryInfo assemblyFolder = null )
Parameters
- guid
- Type: SystemGuid
The GUID that uniquely identifies the dispatcher type. - version
- Type: SystemVersion
The version of the dispatcher type. - assemblyFolder (Optional)
- Type: System.IODirectoryInfo
The folder in which the assembly shall be located. If null, then the DependenciesLocation is used.
Return Value
Type: IEnumerableDispatcherTypeParameterA collection of all the parameters defined for the specific version of the dispatcher type.
See Also