ContentControlsBuilderServiceGetMergedContentControls Method

Returns xml as a string with the merged values for the specified contentcontrols

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary.Documents
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static string GetMergedContentControls(
	string recordId,
	List<IReadCustomXmlMapping> contentControlBindings,
	IEnumerable<IParty> parties,
	CodeActivityContext context,
	CultureInfo culture,
	bool showProtectedAddresses = false
)

Parameters

recordId  String
The record from where the contentcontrols are taken. Probably used by WorkzoneCustomXmlPartBuilderFactory to find case related properties.
contentControlBindings  ListIReadCustomXmlMapping
A list of contentcontrol bindings.
parties  IEnumerableIParty
The document parties to merge into the document.
context  CodeActivityContext
The activity context.
culture  CultureInfo
The culture to be used when merging
showProtectedAddresses  Boolean  (Optional)
Flag determining if protected addresses should also be merged.

Return Value

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.Globalization.CultureInfo,System.Boolean)"]

See Also