Click or drag to resize

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.20.39432
Syntax
public void removePropertyAttribute(
	string propertyName,
	string attributeName,
	string lang
)

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.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
ArgumentExceptionThe this.node is read-only.
Remarks
No action if either specified property or attribute were not found.
See Also