Click or drag to resize

PageLayout Properties

The PageLayout type exposes the following members.

Properties
  NameDescription
Public propertyFormSpec
The spec for the form itself. This is extracted from the page layout ("_form") item.
Public propertyIsDisabled
Identifies whether or not the current layout spec is marked as disabled.
Public propertyIsValid
Identifies whether or not a valid layout is available. A return of false typically indicates that no explicit layout has been performed and that a "simulated flow" layout should be used.
Public propertyUnusedKeys
The list of field keys not yet "consumed". After known fields have been layed out, this list can be used to identify fields specified in the layout, but not used in the current page presentation.
Public propertyVersion
The layout version.
Top
See Also