A PEConnectionPointSet object containing the list of connection points (PEConnectionPoint instances) available in this P8 domain.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PEConnectionPoints As IPEConnectionPointSet
C#
IPEConnectionPointSet PEConnectionPoints { get; }
Visual C++
property IPEConnectionPointSet^ PEConnectionPoints {
	IPEConnectionPointSet^ get ();
}
JavaScript
function get_peConnectionPoints();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: ENUM
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: PEConnectionPoint
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also