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.9.36244
Syntaxpublic void removeProperty(
string propertyName,
string lang
)
Public Sub removeProperty (
propertyName As String,
lang As String
)
public void removeProperty(
String propertyName,
String lang
)
public function removeProperty(
propertyName : String,
lang : String
)
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.
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
ArgumentException | The this.node is read-only. |
RemarksNo action if the specified property was not found.
See Also