Creates a new instance of a ContentValidationRequest object initialized with the specified parameters.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal contentObject As IIndependentlyPersistableObject,  _ 
   ByVal contentElementIndex As Integer _ 
)
C#
public ContentValidationRequest(
   IIndependentlyPersistableObject contentObject,
   int contentElementIndex
)
C++
public:
 ContentValidationRequest(
   IIndependentlyPersistableObject contentObject,
   int contentElementIndex
) sealed 
J#
public ContentValidationRequest(
   IIndependentlyPersistableObject contentObject,
   int contentElementIndex
)
JScript
public function ContentValidationRequest(
   contentObject : IIndependentlyPersistableObject,
   contentElementIndex : int
)

Parameters

contentObject
The Document or Annotation object to add to the request.
contentElementIndex
The zero-based index value of the content element to add to the request. A value of "0" will add the primary content element.

See Also