Click or drag to resize

ContentServerActionsSetAddressForUser Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.SetAddressForUser(System.Uri,System.String,System.String,System.String,System.String,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 SetAddressForUser(
	Uri oDataUri,
	string nameKey,
	string address1 = "test avenue",
	string address2 = "",
	string address3 = "",
	string postCode = "5000"
)

Parameters

oDataUri  Uri

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

nameKey  String

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

address1  String  (Optional)

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

address2  String  (Optional)

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

address3  String  (Optional)

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

postCode  String  (Optional)

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

See Also