ObjVerExSetCreatedBy Method

Updates the created 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 SetCreatedBy(
	int userID
)

Parameters

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

See Also