{CompanyName} FlexyGo

EditController..::..AddNewDetachedProperty Method

Adds a new object detached property. Only for designers

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public JsonResult AddNewDetachedProperty(
	string ObjectName,
	string PropertyName,
	string PropertyLabel
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function AddNewDetachedProperty ( _
	ObjectName As String, _
	PropertyName As String, _
	PropertyLabel As String _
) As JsonResult

Parameters

ObjectName
Type: String
Name of the object.
PropertyName
Type: String
Name of the property.
PropertyLabel
Type: String
The property label.

Return Value

JsonResult with true if worked.

Exceptions


ExceptionCondition
FLEXYGO.Exceptions..::..LocalizedException Error in insert dettached property {0} or User must be designer