Click or drag to resize

ContentServerActionsGetDocumentContentFromStream Method

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


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 string GetDocumentContentFromStream(
	Uri oDataUri,
	string documentId,
	bool isWord = false
)

Parameters

oDataUri  Uri

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

documentId  String

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

isWord  Boolean  (Optional)

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

Return Value

String

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

See Also