Specifies an ExternalClassDescriptionSet object containing the set collection of ExternalClassDescription objects associated with this external repository. Each of these ExternalClassDescription objects represents the description of a class in this external repository.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ExternalClassDescriptions As IExternalClassDescriptionSet
C#
IExternalClassDescriptionSet ExternalClassDescriptions { get; }
Visual C++
property IExternalClassDescriptionSet^ ExternalClassDescriptions {
	IExternalClassDescriptionSet^ get ();
}
JavaScript
function get_externalClassDescriptions();

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: ExternalClassDescription
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also