IntegrationTestBaseDeleteCustomField Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DeleteCustomField(System.String,System.String)"]
Namespace: Scanjour.Workflow4.TestFrameworkAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static void DeleteCustomField(
string code,
string type
)
Public Shared Sub DeleteCustomField (
code As String,
type As String
)
public:
static void DeleteCustomField(
String^ code,
String^ type
)
static member DeleteCustomField :
code : string *
type : string -> unit
Parameters
- code String
[Missing <param name="code"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DeleteCustomField(System.String,System.String)"]
- type String
[Missing <param name="type"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DeleteCustomField(System.String,System.String)"]
See Also