IUserSettingsManagement Interface

Definition

Manages the user-defined console tasks, reports, searches, tasks, and views that are defined in the store.

public interface class IUserSettingsManagement
public interface IUserSettingsManagement
type IUserSettingsManagement = interface
Public Interface IUserSettingsManagement

Methods

DeleteUserConsoleTask(String)

Deletes a user console task by name.

DeleteUserReport(String)

Deletes a user report by name.

DeleteUserSearch(Guid)

Deletes a user search by unique identifier.

DeleteUserTask(String)

Deletes a user task by name.

DeleteUserView(String)

Deletes a user view by name.

GetUserConsoleTask(String)

Gets a user console task by name.

GetUserConsoleTasks()

Get all user console tasks for the current user.

GetUserReport(String)

Gets a user report by name.

GetUserReports()

Gets all user reports for the current user.

GetUserSearch(Guid)

Gets the user search by a unique identifier.

GetUserSearches()

Gets a collection of all user searches for the current user.

GetUserSearches(String)

Gets a collection of all user searches that match the name.

GetUserTask(String)

Gets a user task that matches the name.

GetUserTasks()

Gets a collection of all user tasks for the current user.

GetUserView(String)

Gets a user view by name.

GetUserViews()

Gets all user views for the current user.

InsertUserConsoleTask(UserConsoleTask)

Inserts a user console task.

InsertUserReport(UserReport)

Inserts a user report.

InsertUserSearch(UserSearch)

Inserts a user search.

InsertUserTask(UserTask)

Inserts a user task.

InsertUserView(UserView)

Inserts a user view.

Applies to