Click or drag to resize
RpObjectIsEditable Method
Indicates if an attribute is editable.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public bool IsEditable(
	int attrId
)

Parameters

attrId
Type: SystemInt32
: The attribute identifier.

Return Value

Type: Boolean
true if the attribute exists and can be edited, and false otherwise.
See Also