ContentControlsBuilderServiceGetMergedContentControls Method |
Returns xml as a string with the merged values for the specified contentcontrols
Namespace: Scanjour.Workflow4.ActivityLibrary.DocumentsAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetMergedContentControls(
string recordId,
List<IReadCustomXmlMapping> contentControlBindings,
IEnumerable<IParty> parties,
CodeActivityContext context,
CultureInfo culture,
bool showProtectedAddresses = false
)
Public Shared Function GetMergedContentControls (
recordId As String,
contentControlBindings As List(Of IReadCustomXmlMapping),
parties As IEnumerable(Of IParty),
context As CodeActivityContext,
culture As CultureInfo,
Optional showProtectedAddresses As Boolean = false
) As String
public:
static String^ GetMergedContentControls(
String^ recordId,
List<IReadCustomXmlMapping^>^ contentControlBindings,
IEnumerable<IParty^>^ parties,
CodeActivityContext^ context,
CultureInfo^ culture,
bool showProtectedAddresses = false
)
static member GetMergedContentControls :
recordId : string *
contentControlBindings : List<IReadCustomXmlMapping> *
parties : IEnumerable<IParty> *
context : CodeActivityContext *
culture : CultureInfo *
?showProtectedAddresses : bool
(* Defaults:
let _showProtectedAddresses = defaultArg showProtectedAddresses false
*)
-> string
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