public PropertyValue PAGE_REVISION_LOG_DRAFT( int index ) {get; set;}
public: property PropertyValue^ PAGE_REVISION_LOG_DRAFT { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue PAGE_REVISION_LOG_DRAFT( int index ) {get; set;}
public: property PropertyValue^ PAGE_REVISION_LOG_DRAFT { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
As soon as you make changes to a page in a revision, it is marked as a "draft". This is shown visually with a watermark on the page, and the page is assigned this property. This mark is retained until you complete the page.