Click or drag to resize

ItemremoveProperty Method (String, String)

Removes the property tag with the specified name and language from the item's dom.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void removeProperty(
	string propertyName,
	string lang
)

Parameters

propertyName
Type: SystemString
Property name.
lang
Type: SystemString
Language for which the property needs to be removed. If null value is passed, the language of the current session is assumed.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
ArgumentExceptionThe this.node is read-only.
Remarks
No action if the specified property was not found.
See Also