Sets the update sequence number (USN) for this object. You can cause update sequence checking to be skipped for this object by setting the USN value to Null.

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

ToggleSyntax

Visual Basic (Declaration)
Sub SetUpdateSequenceNumber ( _
	val As Nullable(Of Integer) _
)
C#
void SetUpdateSequenceNumber(
	Nullable<int> val
)
Visual C++
void SetUpdateSequenceNumber(
	Nullable<int> val
)
JavaScript
function setUpdateSequenceNumber(val);

Parameters

val
Type: System..::.Nullable<(Of <(Int32>)>)
The new value for the USN, or Null to suppress update sequence checking.

ToggleSee Also