Click or drag to resize

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
)

Parameters

owner
Type: RW.Server.ComponentRpObject
: The collection owner.
colId
Type: SystemInt32
: The collection identifier.

Return Value

Type: Boolean
True if the collection can be added, false otherwise.
See Also