| RpObjectIsEditable Method |
Indicates if an attribute is editable.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public bool IsEditable(
int attrId
)
Public Function IsEditable (
attrId As Integer
) As Boolean
public:
bool IsEditable(
int attrId
)
Parameters
- attrId
- Type: SystemInt32
:
The attribute identifier.
Return Value
Type:
Booleantrue if the attribute exists and can be edited,
and
false otherwise.
See Also