IntegrationTestBaseDeleteCustomType Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DeleteCustomType(System.String,System.Boolean)"]
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 DeleteCustomType(
string id,
bool asSystemUser = false
)
Public Shared Sub DeleteCustomType (
id As String,
Optional asSystemUser As Boolean = false
)
public:
static void DeleteCustomType(
String^ id,
bool asSystemUser = false
)
static member DeleteCustomType :
id : string *
?asSystemUser : bool
(* Defaults:
let _asSystemUser = defaultArg asSystemUser false
*)
-> unit
Parameters
- id String
[Missing <param name="id"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DeleteCustomType(System.String,System.Boolean)"]
- asSystemUser Boolean (Optional)
[Missing <param name="asSystemUser"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.DeleteCustomType(System.String,System.Boolean)"]
See Also