Returns the positional index of the Document or Annotation object's content element.

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

ToggleSyntax

Visual Basic (Declaration)
Public Function GetContentElementIndex As Integer
C#
public int GetContentElementIndex()
Visual C++
public:
int GetContentElementIndex()
JavaScript
function getContentElementIndex();

Return Value

The zero-based index value of the content element to add to the request.

ToggleSee Also