ContentControlsBuilderServiceSafeExecuteBuilder Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.SafeExecuteBuilder(Kmd.Wzfo.CustomXmlParts.Bootstrapper.ICustomXmlPartBuilder,System.String,System.String,System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Activities.CodeActivityContext,System.Int32,System.Int32)"]

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 SafeExecuteBuilder(
	ICustomXmlPartBuilder builder,
	string recordId,
	string caseId,
	IEnumerable<IParty> parties,
	IEnumerable<IReadCustomXmlMapping> contentControlBindings,
	CodeActivityContext context,
	int retryCount,
	int sleepTime = 1000
)

Parameters

builder  ICustomXmlPartBuilder

[Missing <param name="builder"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.SafeExecuteBuilder(Kmd.Wzfo.CustomXmlParts.Bootstrapper.ICustomXmlPartBuilder,System.String,System.String,System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Activities.CodeActivityContext,System.Int32,System.Int32)"]

recordId  String

[Missing <param name="recordId"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.SafeExecuteBuilder(Kmd.Wzfo.CustomXmlParts.Bootstrapper.ICustomXmlPartBuilder,System.String,System.String,System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Activities.CodeActivityContext,System.Int32,System.Int32)"]

caseId  String

[Missing <param name="caseId"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.SafeExecuteBuilder(Kmd.Wzfo.CustomXmlParts.Bootstrapper.ICustomXmlPartBuilder,System.String,System.String,System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Activities.CodeActivityContext,System.Int32,System.Int32)"]

parties  IEnumerableIParty

[Missing <param name="parties"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.SafeExecuteBuilder(Kmd.Wzfo.CustomXmlParts.Bootstrapper.ICustomXmlPartBuilder,System.String,System.String,System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Activities.CodeActivityContext,System.Int32,System.Int32)"]

contentControlBindings  IEnumerableIReadCustomXmlMapping

[Missing <param name="contentControlBindings"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.SafeExecuteBuilder(Kmd.Wzfo.CustomXmlParts.Bootstrapper.ICustomXmlPartBuilder,System.String,System.String,System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Activities.CodeActivityContext,System.Int32,System.Int32)"]

context  CodeActivityContext

[Missing <param name="context"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.SafeExecuteBuilder(Kmd.Wzfo.CustomXmlParts.Bootstrapper.ICustomXmlPartBuilder,System.String,System.String,System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Activities.CodeActivityContext,System.Int32,System.Int32)"]

retryCount  Int32

[Missing <param name="retryCount"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.SafeExecuteBuilder(Kmd.Wzfo.CustomXmlParts.Bootstrapper.ICustomXmlPartBuilder,System.String,System.String,System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Activities.CodeActivityContext,System.Int32,System.Int32)"]

sleepTime  Int32  (Optional)

[Missing <param name="sleepTime"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.ContentControlsBuilderService.SafeExecuteBuilder(Kmd.Wzfo.CustomXmlParts.Bootstrapper.ICustomXmlPartBuilder,System.String,System.String,System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IParty},System.Collections.Generic.IEnumerable{Kmd.Wzfo.CustomXmlParts.IReadCustomXmlMapping},System.Activities.CodeActivityContext,System.Int32,System.Int32)"]

Return Value

String

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

See Also