Creates a deep copy of this list in the correct state such that it can be applied to a different object than the one from which this instance was obtained.

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

ToggleSyntax

Visual Basic (Declaration)
Function CopyForReuse As IDependentObjectList
C#
IDependentObjectList CopyForReuse()
Visual C++
IDependentObjectList^ CopyForReuse()
JavaScript
function copyForReuse();

Return Value

The copy IDependentObjectList instance.

ToggleSee Also