United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Core class library
Microsoft.SharePoint.WebControls
SPPageStateControl class
SPPageStateControl fields
ColorNameFromPriority field
commandHandlers field
currentState field
DocLibApprovalEnabledStateName field
DocLibCheckoutRequiredStateName field
DocLibMinorVersionsEnabledStateName field
DocLibVersioningEnabledStateName field
DocLibWorkflowEnabledStateName field
ForceHideStatus field
ForceShowStatus field
InitializeClientSideState field
ItemCancelWorkflowEnabledStateName field
ItemHasCheckedInVersionStateName field
ItemHasCustomizableZonesStateName field
ItemHasFieldControlsStateName field
ItemHasPersonalizableZonesStateName field
ItemHasWorkflowRunningStateName field
ItemIsCheckedOutToCurrentUserStateName field
ItemIsCheckedOutToOtherUserStateName field
ItemIsCheckedOutToSystemUserStateName field
ItemIsDefaultPageStateName field
ItemIsFormsPageStateName field
ItemIsInLibraryStateName field
ItemIsInPersonalViewStateName field
ItemIsInSharedViewStateName field
ItemIsMajorVersionStateName field
ItemIsMasterPageGalleryFileStateName field
ItemIsMinorVersionStateName field
ItemIsPendingApprovalStateName field
ItemIsRejectedStateName field
ItemIsScheduledStateName field
ItemIsWebPartPageStateName field
ItemIsWikiPageStateName field
PageInState field
statusMessages field
UserHasApproverRightsStateName field
UserHasContributorRightsStateName field
UserHasDeleteRightsStateName field
UserHasManageWebRightsStateName field
UserHasOverrideCheckoutRightsStateName field
ViewModeHasSaveConflictStateName field
ViewModeIsEditStateName field
ViewModeIsWebPartDesignStateName field
This topic has not yet been rated
-
Rate this topic
SPPageStateControl fields
SharePoint 2013
Other Versions
SharePoint 2010
The
SPPageStateControl
type exposes the following members.
Fields
Name
Description
ColorNameFromPriority
The colors that are being applied to the status bar. The index into this array is the enum value of the PageStatusBarPriority.
commandHandlers
Stores an array of
SPRibbonCommandHandler
objects that manage the buttons on the Ribbon.
currentState
A
Hashtable
object filled in the
PopulateStates()
method with entries to indicate the current state of the page.
DocLibApprovalEnabledStateName
DocLibCheckoutRequiredStateName
DocLibMinorVersionsEnabledStateName
DocLibVersioningEnabledStateName
DocLibWorkflowEnabledStateName
ForceHideStatus
ForceShowStatus
InitializeClientSideState
ItemCancelWorkflowEnabledStateName
ItemHasCheckedInVersionStateName
ItemHasCustomizableZonesStateName
ItemHasFieldControlsStateName
ItemHasPersonalizableZonesStateName
ItemHasWorkflowRunningStateName
ItemIsCheckedOutToCurrentUserStateName
ItemIsCheckedOutToOtherUserStateName
ItemIsCheckedOutToSystemUserStateName
ItemIsDefaultPageStateName
ItemIsFormsPageStateName
ItemIsInLibraryStateName
ItemIsInPersonalViewStateName
ItemIsInSharedViewStateName
ItemIsMajorVersionStateName
ItemIsMasterPageGalleryFileStateName
ItemIsMinorVersionStateName
ItemIsPendingApprovalStateName
ItemIsRejectedStateName
ItemIsScheduledStateName
ItemIsWebPartPageStateName
ItemIsWikiPageStateName
PageInState
statusMessages
An array of status messages for the control.
UserHasApproverRightsStateName
UserHasContributorRightsStateName
UserHasDeleteRightsStateName
UserHasManageWebRightsStateName
UserHasOverrideCheckoutRightsStateName
ViewModeHasSaveConflictStateName
ViewModeIsEditStateName
ViewModeIsWebPartDesignStateName
Top
See also
Reference
SPPageStateControl class
Microsoft.SharePoint.WebControls namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD