Click or drag to resize

ContentServerActionsCreateFile Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateFile(System.String,System.String,System.String,System.String)"]


Namespace: Scanjour.Workflow4.TestFramework.Internal.Actions
Assembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static File CreateFile(
	string title = "Test File",
	string fileClass = "00",
	string officer = "",
	string responsibleUnit = ""
)

Parameters

title  String  (Optional)

[Missing <param name="title"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateFile(System.String,System.String,System.String,System.String)"]

fileClass  String  (Optional)

[Missing <param name="fileClass"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateFile(System.String,System.String,System.String,System.String)"]

officer  String  (Optional)

[Missing <param name="officer"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateFile(System.String,System.String,System.String,System.String)"]

responsibleUnit  String  (Optional)

[Missing <param name="responsibleUnit"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateFile(System.String,System.String,System.String,System.String)"]

Return Value

File

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateFile(System.String,System.String,System.String,System.String)"]

See Also