WebCenter Interaction API  
 

IPTPage.SetNotDeletable Method 

Set whether the Page is deletable or not. Requires EDIT access to the Page.

void SetNotDeletable(
   bool bIsNotDeletable
);

Parameters

bIsNotDeletable
boolean value of whether the Page is deletable or not

Exceptions

Exception Type Condition
Exception with PT_RESULTCODES.PT_E_INSUFFICIENTROLEACCESS if the user has insufficient access to the Page

See Also

IPTPage Interface | com.plumtree.server Namespace