Click or drag to resize

ContentServerActionsSetDocumentParty Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.SetDocumentParty(System.String,Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.DocumentRoleType,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 void SetDocumentParty(
	string documentId,
	ContentServerActionsDocumentRoleType role,
	string actorNameKey
)

Parameters

documentId  String

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

role  ContentServerActionsDocumentRoleType

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

actorNameKey  String

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

See Also