PublishingObjectStatus class

Encapsulates the object status (version, deployment, times created or modified, etc.) for a generic SharePoint Publishing object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.PublishingObjectStatus

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class PublishingObjectStatus
'Usage
Dim instance As PublishingObjectStatus
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class PublishingObjectStatus

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PublishingObjectStatus members

Microsoft.SharePoint.Publishing namespace