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: 11.0.0.6296

Syntax

C#
public void removePropertyAttribute(
	string propertyName,
	string attributeName,
	string lang
)
Visual Basic (Declaration)
Public Sub removePropertyAttribute ( _
	propertyName As String, _
	attributeName As String, _
	lang As String _
)
J#
public void removePropertyAttribute(
	String propertyName,
	String attributeName,
	String lang
)
JScript
public function removePropertyAttribute(
	propertyName : String, 
	attributeName : String, 
	lang : String
)

Parameters

propertyName
Type: System..::.String
Name of the property
attributeName
Type: System..::.String
Name of the attribute
lang
Type: System..::.String
Language for which the property attribute needs to be removed. If null value is passed, the language of the current session is assumed.

Remarks

No action if either specified property or attribute were not found.

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.
System..::.ArgumentExceptionThe this.node is read-only.

See Also