IPresentationManagement Interface

Definition

Manages the user interface (UI) objects.

public interface class IPresentationManagement
public interface IPresentationManagement
type IPresentationManagement = interface
Public Interface IPresentationManagement

Methods

DeleteViewSetting(ViewSetting)

Deletes a view setting.

GetFolder(Guid)

Gets a folder by using a unique identifier.

GetFolderHierarchy(Guid)

Gets the hierarchy structure of a specific folder.

GetFolders()

Gets a list of all folders in the console.

GetFolders(ManagementPackFolderCriteria)

Gets a list of all folders in the console that match the provided criteria.

GetForm(Guid)

Gets a form by using a unique identifier.

GetForms()

Gets all forms.

GetForms(ManagementPackFormCriteria)

Gets a list of all forms that match the provided criteria.

GetImageReferences()

Gets all image references in the console.

GetImageReferences(Guid)

Gets a list of image references from a single element.

GetImageReferences(ICollection<Guid>)

Gets a list of image references of element objects.

GetPage(Guid)

Gets a page by using an identifier.

GetPages()

Gets a list of all pages.

GetPages(ManagementPackPageCriteria)

Gets a list of all pages that match the provided criteria.

GetPageSet(Guid)

Gets a page set for a specific element object by using an identifier.

GetPageSets()

Gets all page set objects.

GetPageSets(ManagementPackPageSetCriteria)

Gets all page set objects that match the provided criteria.

GetStringResource(Guid)

Gets a string resource object by using a unique identifier.

GetStringResources(ICollection<Guid>)

Gets a list of string resources by using a unique identifier.

GetView(Guid)

Get a view by identifier.

GetViews()

Gets all views.

GetViews(EnterpriseManagementObject, ManagementPackViewCriteria)

Gets a list of views that match the provided criteria and target the provided object.

GetViews(ManagementPackClass, ManagementPackViewCriteria, BaseClassTraversalDepth)

Gets a list of views that match the provided criteria and target the provided class.

GetViews(ManagementPackViewCriteria)

Gets a list of views that match the provided criteria.

GetViews<T>(IEnumerable<T>, ManagementPackViewCriteria)

Gets a list of views that target any object in the provided object list.

GetViewSetting(Guid)

Gets a view setting by using an identifier.

GetViewSettings()

Gets all view settings.

GetViewType(Guid)

Gets a view type by using an identifier.

GetViewType(String, ManagementPack)

Gets a view type, by name, from a management pack.

GetViewTypes()

Gets all view types.

GetViewTypes(ICollection<Guid>)

Gets a list of view type objects from a list of identifiers.

GetViewTypes(ManagementPackViewTypeCriteria)

Gets a list of view types that match the provided criteria.

InsertViewSetting(ViewSetting)

Inserts a new view setting into the Service Manager store.

Applies to