ObjVerExSetCreatedBy Method |
Updates the created by property for the object.
(Assumes the object is checked out)
If 0 (zero) is passed as the user ID, the operation will be skipped.
Zero is the id assigned to admins without user accounts and would otherwise cause this method to fail.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void SetCreatedBy(
int userID
)
Public Sub SetCreatedBy (
userID As Integer
)
public:
void SetCreatedBy(
int userID
)
Parameters
- userID
- Type: SystemInt32
The id of the user who will appear as the creator.
See Also