| RpObjectTestCollection Method |
This method tests whether the representation object can be added to a
given collection of objects.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public virtual bool TestCollection(
RpObject owner,
int colId
)
Public Overridable Function TestCollection (
owner As RpObject,
colId As Integer
) As Boolean
public:
virtual bool TestCollection(
RpObject^ owner,
int colId
)
Parameters
- owner
- Type: RW.Server.ComponentRpObject
:
The collection owner. - colId
- Type: SystemInt32
:
The collection identifier.
Return Value
Type:
BooleanTrue if the collection can be added,
false otherwise.
See Also