Represents a collection of CmChangePreprocessorDefinition objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmChangePreprocessorDefinitionList _
	Implements IEngineCollection, IEnumerable, ICloneable, IDependentObjectList,  _
	IList, ICollection
C#
public interface ICmChangePreprocessorDefinitionList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
Visual C++
public interface class ICmChangePreprocessorDefinitionList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
JavaScript
FileNet.Api.Collection.ICmChangePreprocessorDefinitionList = function();
FileNet.Api.Collection.ICmChangePreprocessorDefinitionList.createInterface('FileNet.Api.Collection.ICmChangePreprocessorDefinitionList');

ToggleSee Also