Show / Hide Table of Contents

Interface IPageServiceClient

Namespace: MAT.Atlas.Automation.Client.Services.Interface
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public interface IPageServiceClient

Methods

ActivatePage(ObjectId)

Declaration
void ActivatePage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId

AssociateSetToPage(ObjectId, ObjectId)

Declaration
void AssociateSetToPage(ObjectId pageId, ObjectId setId)
Parameters
Type Name Description
ObjectId pageId
ObjectId setId

DuplicatePage(ObjectId)

Declaration
Page DuplicatePage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId
Returns
Type Description
Page

GetDisplaysOfPage(ObjectId)

Declaration
Display[] GetDisplaysOfPage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId
Returns
Type Description
Display[]

GetPage(ObjectId)

Declaration
Page GetPage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId
Returns
Type Description
Page

RemovePage(ObjectId)

Declaration
void RemovePage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId

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
Type Name Description
ObjectId pageId
Color color
In This Article
Back to top Generated by DocFX