Click or drag to resize

ContentServerActionsCreateDocument(Uri, File, String, FileReference, String, String, String, Stream, String, String) Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,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 Record CreateDocument(
	Uri oDataUri,
	File file,
	string slug,
	FileReference content,
	string title = "Test Record",
	string state = "UÅ",
	string type = "DOK",
	Stream documentStream = null,
	string responsibleUnit = "",
	string extension = "DOCX"
)

Parameters

oDataUri  Uri

[Missing <param name="oDataUri"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

file  File

[Missing <param name="file"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

slug  String

[Missing <param name="slug"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

content  FileReference

[Missing <param name="content"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

title  String  (Optional)

[Missing <param name="title"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

state  String  (Optional)

[Missing <param name="state"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

type  String  (Optional)

[Missing <param name="type"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

documentStream  Stream  (Optional)

[Missing <param name="documentStream"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

responsibleUnit  String  (Optional)

[Missing <param name="responsibleUnit"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

extension  String  (Optional)

[Missing <param name="extension"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

Return Value

Record

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.CreateDocument(System.Uri,Scanjour.OData.Client.Lite.WorkZone.File,System.String,Scanjour.Workflow4.TestFramework.Internal.Packages.FileReference,System.String,System.String,System.String,System.IO.Stream,System.String,System.String)"]

See Also