{CompanyName} FlexyGo

EditController..::..InsertPlaceHolder Method

Inserts form place holder. Only for designers

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult InsertPlaceHolder(
	string Mode,
	string Name,
	string PropertyName,
	int Above
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function InsertPlaceHolder ( _
	Mode As String, _
	Name As String, _
	PropertyName As String, _
	Above As Integer _
) As ActionResult

Parameters

Mode
Type: String
Edit/Process/Reports
Name
Type: String
The Object/Process/Reports Name
PropertyName
Type: String
The Property Name
Above
Type: Int32
defines if inserted above the property or under

Return Value

ActionResult as true or false.

Exceptions


ExceptionCondition
FLEXYGO.Exceptions..::..LocalizedExceptionUser must be designer