A list of the definition objects to configure change preprocessing on this class.

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

ToggleSyntax

Visual Basic (Declaration)
Property ChangePreprocessorDefinitions As ICmChangePreprocessorDefinitionList
C#
ICmChangePreprocessorDefinitionList ChangePreprocessorDefinitions { get; set; }
Visual C++
property ICmChangePreprocessorDefinitionList^ ChangePreprocessorDefinitions {
	ICmChangePreprocessorDefinitionList^ get ();
	void set (ICmChangePreprocessorDefinitionList^ value);
}
JavaScript
function get_changePreprocessorDefinitions();
function set_changePreprocessorDefinitions(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: CmChangePreprocessorDefinition
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ

ToggleSee Also