Uiinfrastructure API Docs  
 

LeftNavMenu.RemovePageFromMandatoryArray Method 

Removes the page in argument from the array of mandatory pages. This is to keep track of the mandatory pages. When the page is being visited by the user it should be removed from the array.

public virtual void RemovePageFromMandatoryArray(
   string _dpName
);

Parameters

_dpName
Name of the Display Page to remove

See Also

LeftNavMenu Class | com.plumtree.uiinfrastructure.editor Namespace