Performs a batch of content validation requests, where the characteristics of the validation process include:
- Validates documents and annotations.
- Cannot validate content in a database storage area.
- Only verifies that federated content exists (doesn't verify its size).
- Requires
access to theVIEW_CONTENT
orDocument
object.Annotation
There isn't a limit on the number of content validation requests that can be performed in a single operation. However, all validations must complete within the time limit of a single request to the server. Therefore, if too many validations are requested, a request timeout exception is likely to occur.
Overload List
Name | Description | |
---|---|---|
![]() |
ValidateContent (ContentValidationRequest) | Performs a batch of content validation requests, where the characteristics of the validation process include:
There isn't a limit on the number of content validation requests that can be performed in a single operation. However, all validations must complete within the time limit of a single request to the server. Therefore, if too many validations are requested, a request timeout exception is likely to occur. |
![]() |
ValidateContent (IIndependentlyPersistableObject, Int32) | Validates that the content location recorded in the object store matches the actual location on the physical device. For non-federated content, this method also verifies that the content size is the same as when the content was created. See the form of this method for a list of exception codes that may result from a failed validation attempt. Characteristics of
|