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

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

ToggleSyntax

Visual Basic (Declaration)
Public Sub New ( _
	contentObject As IIndependentlyPersistableObject, _
	contentElementIndex As Integer _
)
C#
public ContentValidationRequest(
	IIndependentlyPersistableObject contentObject,
	int contentElementIndex
)
Visual C++
public:
ContentValidationRequest(
	IIndependentlyPersistableObject^ contentObject, 
	int contentElementIndex
)
JavaScript
FileNet.Api.Admin.ContentValidationRequest = function(contentObject, contentElementIndex);

Parameters

contentObject
Type: FileNet.Api.Core..::.IIndependentlyPersistableObject
The Document or Annotation object to add to the request.
contentElementIndex
Type: System..::.Int32
The zero-based index value of the content element to add to the request. A value of "0" will add the primary content element.

ToggleSee Also