EditController..::..AddNewDetachedProperty Method
Adds a new object detached property. Only for designers
Namespace:
FLEXYGO.Controlers.UIAssembly: 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
Exception | Condition |
---|---|
FLEXYGO.Exceptions..::..LocalizedException | Error in insert dettached property {0} or User must be designer |