ContentControlsBuilderServiceGetMergedContentControls Method

Scanjour Workflow4 Reference Manual
Returns xml as a string with the merged values for the specified contentcontrols

Namespace:  Scanjour.Workflow4.ActivityLibrary.Documents
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetMergedContentControls(
	string recordId,
	List<IReadCustomXmlMapping> contentControlBindings,
	IEnumerable<IParty> parties,
	CodeActivityContext context,
	bool showProtectedAddresses = false
)

Parameters

recordId
Type: SystemString
The record from where the contentcontrols are taken. Probably used by WorkzoneCustomXmlPartBuilderFactory to find case related properties.
contentControlBindings
Type: System.Collections.GenericListIReadCustomXmlMapping
A list of contentcontrol bindings.
parties
Type: System.Collections.GenericIEnumerableIParty
The document parties to merge into the document.
context
Type: System.ActivitiesCodeActivityContext
The activity context.
showProtectedAddresses (Optional)
Type: SystemBoolean
Flag determining if protected addresses should also be merged.

Return Value

Type: String

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.GetMergedContentControls(System.String,System.Collections.Generic.List{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Activities.CodeActivityContext,System.Boolean)"]

See Also

Reference