Uiinfrastructure API Docs  
 

EditorModel.CheckEditorAccessAndStart Method 

Implements some actions to perform on start. Use the Editor Type if needed.

public abstract bool CheckEditorAccessAndStart(
   XPHashtable _htFormData
);

Parameters

_htFormData

Return Value

boolean Is true if the current user has the rights to access this Editor.boolean Security flag: if false user will be redirected

See Also

EditorModel Class | com.plumtree.uiinfrastructure.editor Namespace