ObjVerExSetModifiedBy Method

Updates the last modified by property for the object. (Assumes the object is checked out)

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void SetModifiedBy(
	int userID
)

Parameters

userID  Int32
The id of the user who will appear as the modifier.

See Also