{CompanyName} FlexyGo

EditController..::..AddNewProperties Method

Adds the new properties. Only for designers

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public JsonResult AddNewProperties(
	string ObjectName,
	string[] Properties
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function AddNewProperties ( _
	ObjectName As String, _
	Properties As String() _
) As JsonResult

Parameters

ObjectName
Type: String
Name of the object.
Properties
Type: array<String>[]()[][]
The properties.

Return Value

a JsonResult with True if success else false

Exceptions


ExceptionCondition
FLEXYGO.Exceptions..::..LocalizedException Error on insert property or User must be designer