ItemremovePropertyAttribute Method (String, String, String) |
Modifies item's node by removing attribute on the specified property with the specified
xml:lang attribute.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void removePropertyAttribute(
string propertyName,
string attributeName,
string lang
)
Public Sub removePropertyAttribute (
propertyName As String,
attributeName As String,
lang As String
)
public void removePropertyAttribute(
String propertyName,
String attributeName,
String lang
)
public function removePropertyAttribute(
propertyName : String,
attributeName : String,
lang : String
)
Parameters
- propertyName
- Type: SystemString
Name of the property - attributeName
- Type: SystemString
Name of the attribute - lang
- Type: SystemString
Language for which the property attribute 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 either specified property or attribute were not found.
See Also