Page Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a page in the work item form layout
[System.Runtime.Serialization.DataContract]
public class Page
type Page = class
Public Class Page
- Inheritance
-
Page
- Attributes
Constructors
| Page() |
Properties
| Contribution |
Contribution for the page. |
| FromInheritedLayout |
A value indicating whether this layout node has been inherited from a parent layout. This is expected to only be only set by the combiner. |
| Id |
The id for the layout node. |
| IsContribution |
A value indicating if the layout node is contribution are not. |
| Label |
The label for the page. |
| Locked |
A value indicating whether any user operations are permitted on this page and the contents of this page |
| Order |
Order in which the page should appear in the layout. |
| Overridden |
A value indicating whether this layout node has been overridden by a child layout. |
| PageType |
The icon for the page. |
| Sections |
The sections of the page. |
| Visible |
A value indicating if the page should be hidden or not. |