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


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

Syntax

Visual Basic (Declaration)
Public Function GetContentElementIndex() As Integer
C#
public int GetContentElementIndex()
C++
public:
 int GetContentElementIndex() sealed 
J#
public int GetContentElementIndex()
JScript
public  function GetContentElementIndex() : int

Return Value

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

See Also