M-Files API 23.11.13135.0
SetLastModificationInfoAdmin Method
VaultObjectPropertyOperations Object : SetLastModificationInfoAdmin Method
The object identification of the target object.
Whether the LastModifiedBy property should be set.
A lookup value describing the user for the value of the LastModifiedBy property.
Whether the LastModified property should be set.
A new timestamp value of the LastModified property (in UTC).
Description
Sets the last modified info of the specified object version. Returns the properties of the specified object after modification.
Syntax
Visual Basic
Public Function SetLastModificationInfoAdmin( _
   ByVal ObjVer As ObjVer, _
   ByVal UpdateLastModifiedBy As Boolean, _
   ByVal LastModifiedBy As TypedValue, _
   ByVal UpdateLastModified As Boolean, _
   ByVal LastModifiedUtc As TypedValue _
) As ObjectVersionAndProperties
Parameters
ObjVer
The object identification of the target object.
UpdateLastModifiedBy
Whether the LastModifiedBy property should be set.
LastModifiedBy
A lookup value describing the user for the value of the LastModifiedBy property.
UpdateLastModified
Whether the LastModified property should be set.
LastModifiedUtc
A new timestamp value of the LastModified property (in UTC).
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultObjectPropertyOperations Object  | VaultObjectPropertyOperations Members