CustomDictionaryExtensionRemoveOrderProp Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.CaseActivityHost.WorkZoneOperations.CustomDictionaryExtension.RemoveOrderProp(System.Collections.Generic.IDictionary{System.String,System.Object},System.String)"]

Namespace:  Scanjour.Workflow4.CaseActivityHost.WorkZoneOperations
Assembly:  Scanjour.Workflow4.CaseActivityHost (in Scanjour.Workflow4.CaseActivityHost.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax

public static void RemoveOrderProp(
	this IDictionary<string, Object> dict,
	string identifier
)

Parameters

dict
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="dict"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.WorkZoneOperations.CustomDictionaryExtension.RemoveOrderProp(System.Collections.Generic.IDictionary{System.String,System.Object},System.String)"]

identifier
Type: SystemString

[Missing <param name="identifier"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.WorkZoneOperations.CustomDictionaryExtension.RemoveOrderProp(System.Collections.Generic.IDictionary{System.String,System.Object},System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDictionaryString, Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference