Click or drag to resize

ContentServerActionsCreateRecords(String, Int32, String, String, String, String, Stream, String) Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateRecords(System.String,System.Int32,System.String,System.String,System.String,System.String,System.IO.Stream,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 Record[] CreateRecords(
	string fileKey,
	int count,
	string titleTemplate = "Test Record {0}",
	string fileExt = "DOCX",
	string state = "UÅ",
	string type = "DOK",
	Stream documentStream = null,
	string responsibleUnit = ""
)

Parameters

fileKey  String

[Missing <param name="fileKey"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateRecords(System.String,System.Int32,System.String,System.String,System.String,System.String,System.IO.Stream,System.String)"]

count  Int32

[Missing <param name="count"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateRecords(System.String,System.Int32,System.String,System.String,System.String,System.String,System.IO.Stream,System.String)"]

titleTemplate  String  (Optional)

[Missing <param name="titleTemplate"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateRecords(System.String,System.Int32,System.String,System.String,System.String,System.String,System.IO.Stream,System.String)"]

fileExt  String  (Optional)

[Missing <param name="fileExt"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateRecords(System.String,System.Int32,System.String,System.String,System.String,System.String,System.IO.Stream,System.String)"]

state  String  (Optional)

[Missing <param name="state"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateRecords(System.String,System.Int32,System.String,System.String,System.String,System.String,System.IO.Stream,System.String)"]

type  String  (Optional)

[Missing <param name="type"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateRecords(System.String,System.Int32,System.String,System.String,System.String,System.String,System.IO.Stream,System.String)"]

documentStream  Stream  (Optional)

[Missing <param name="documentStream"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateRecords(System.String,System.Int32,System.String,System.String,System.String,System.String,System.IO.Stream,System.String)"]

responsibleUnit  String  (Optional)

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

Return Value

Record

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

See Also