Interface IPageService
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("Page")]
public interface IPageService : IAutomationService
Methods
ActivatePage(ObjectId)
Declaration
void ActivatePage(ObjectId pageId)
Parameters
AssociateSetToPage(ObjectId, ObjectId)
Declaration
void AssociateSetToPage(ObjectId pageId, ObjectId setId)
Parameters
DuplicatePage(ObjectId)
Declaration
Page DuplicatePage(ObjectId pageId)
Parameters
Returns
GetDisplaysOfPage(ObjectId)
Declaration
Display[] GetDisplaysOfPage(ObjectId pageId)
Parameters
Returns
GetPage(ObjectId)
Declaration
Page GetPage(ObjectId pageId)
Parameters
Returns
RemovePage(ObjectId)
Declaration
void RemovePage(ObjectId pageId)
Parameters
RenamePage(ObjectId, String)
Declaration
void RenamePage(ObjectId pageId, string title)
Parameters
Type |
Name |
Description |
ObjectId |
pageId |
|
System.String |
title |
|
SetPageLockedToCurrentAssociation(ObjectId, Boolean)
Declaration
void SetPageLockedToCurrentAssociation(ObjectId pageId, bool isLockedToCurrentAssociation)
Parameters
Type |
Name |
Description |
ObjectId |
pageId |
|
System.Boolean |
isLockedToCurrentAssociation |
|
SetPageTabColor(ObjectId, Color)
Declaration
void SetPageTabColor(ObjectId pageId, Color color)
Parameters