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
.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub SetUpdateSequenceNumber( _ ByVal val As Nullable(Of Integer) _ ) |
C# |
---|
void SetUpdateSequenceNumber( Nullable<int> val ) |
C++ |
---|
void SetUpdateSequenceNumber( Nullable<int> val ) abstract |
J# |
---|
void SetUpdateSequenceNumber( Nullable<int> val ) |
JScript |
---|
function SetUpdateSequenceNumber( val : Nullable<int> ) |
Parameters
- val
- The new value for the USN, or
to suppress update sequence checking.Null