Specifies the collection of fixed content devices defined for a domain.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property FixedContentDevices As IFixedContentDeviceSet
C#
IFixedContentDeviceSet FixedContentDevices { get; }
Visual C++
property IFixedContentDeviceSet^ FixedContentDevices {
	IFixedContentDeviceSet^ get ();
}
JavaScript
function get_fixedContentDevices();

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

ToggleSee Also