Uiinfrastructure API Docs  
 

AFormAS.GetRepostControlName Method 

Returns the name of the repost control class. E.g.: PropRepostControl.GetName() This can also be overridden on a per DP basis. See AFormDP#GetRepostControlName() The repost control does not necessarily need to extend RepostControl. A form can be submitted to any type of control as long as it knows how to properly interpret the form.

public virtual string GetRepostControlName();

Return Value

String

Implements

IFormAS.GetRepostControlName

See Also

AFormAS Class | com.plumtree.uiinfrastructure.form Namespace