Click or drag to resize

UsersExampleEditUser Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.EditUser(System.String,System.String,System.Boolean,System.Int32)"]

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BulkOperationResultJson EditUser(
	string userName,
	string language,
	bool sendNotifications,
	int timezoneOffset
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.EditUser(System.String,System.String,System.Boolean,System.Int32)"]

language
Type: SystemString

[Missing <param name="language"/> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.EditUser(System.String,System.String,System.Boolean,System.Int32)"]

sendNotifications
Type: SystemBoolean

[Missing <param name="sendNotifications"/> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.EditUser(System.String,System.String,System.Boolean,System.Int32)"]

timezoneOffset
Type: SystemInt32

[Missing <param name="timezoneOffset"/> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.EditUser(System.String,System.String,System.Boolean,System.Int32)"]

Return Value

Type: BulkOperationResultJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Examples.UsersExample.EditUser(System.String,System.String,System.Boolean,System.Int32)"]

See Also