Returns a Document or Annotation object that will be added to the validation request.

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

ToggleSyntax

Visual Basic (Declaration)
Public Function GetContentObject As IIndependentlyPersistableObject
C#
public IIndependentlyPersistableObject GetContentObject()
Visual C++
public:
IIndependentlyPersistableObject^ GetContentObject()
JavaScript
function getContentObject();

Return Value

An IndependentlyPersistableObject instance representing the object to add to the request.

ToggleSee Also