Plumtree Portal UI  
 

ObjEditorAS.GetRepostControlName Method 

Returns the class name of the Editor Repost Control. Editors should also implement that method and return the name of their own repost control, unless they don't have any. In that case they don't need to implement the method and EditorRepostControl will be used by default.

public override string GetRepostControlName();

Return Value

String

Implements

IFormAS.GetRepostControlName

See Also

ObjEditorAS Class | com.plumtree.portaluiinfrastructure.editor Namespace