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)

Syntax

Visual Basic (Declaration)
Public Function GetContentObject() As IIndependentlyPersistableObject
C#
public IIndependentlyPersistableObject GetContentObject()
C++
public:
 IIndependentlyPersistableObject GetContentObject() sealed 
J#
public IIndependentlyPersistableObject GetContentObject()
JScript
public  function GetContentObject() : IIndependentlyPersistableObject

Return Value

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

See Also