Click or drag to resize

DataObjectControllerGetPropertyValue Method

Overload List
  NameDescription
Public methodGetPropertyValue(Int32, String, String)
TIP: Use GetSinglePropertyValue(int, string, T) instead! Returns a Text or Xml property value of a data object.
Public methodGetPropertyValue(Int32, Int32, String, Int32)
Returns the value of a Value property with data type 'Text' or 'MultiLangText'. The method doesn't consider the security model. The method doesn't consider whether the data object is marked as deleted. Throws an exception if: - The data object doesn't exist - The property doesn't exist or it is not a value property w. data type 'Text' or 'MultiLangText'. - The property is a log property.
Public methodStatic memberGetPropertyValue(Int32, Int32, IListInt32, SqlConnection, SqlTransaction)
Returns the value(s) of a Set property or a Reference property. If the property is a Set property the Ids of the selected Set Property Values are returned. If the property is a Reference property the Ids of the selected Data Objects are returned. The method doesn't consider the security model. The method doesn't consider whether the data object is marked as deleted. Throws an exception if: - The data object doesn't exist - The property doesn't exist or it is not a Set property or a Reference property.
Top
See Also