Class representing a file stored in a version control database.
Public Member Functions | |
__init__ (str pName, object pObject=None) | |
Constructor. | |
IObject_Declare (K_IMPLEMENTATION) | |
bool | FBCreate () |
Open Reality Creation function. | |
bool | IsCheckedOut () |
Returns a boolean value indicating if this file is checked out by any user. | |
bool | IsCheckedOutByMe () |
Returns a boolean value indicating if this file is checked out by the current user. | |
str | GetCheckedOutBy () |
Returns the name of the user who currently has this file checked out. |
Constructor.
pName | Name of Command. |
pObject | Internal parent object to own FBComponent (default is NULL). |
Reimplemented from FBAssetItem.
IObject_Declare | ( | K_IMPLEMENTATION | ) |
Reimplemented from FBComponent.
bool FBCreate | ( | ) |
Open Reality Creation function.
Reimplemented from FBComponent.
bool IsCheckedOut | ( | ) |
Returns a boolean value indicating if this file is checked out by any user.
bool IsCheckedOutByMe | ( | ) |
Returns a boolean value indicating if this file is checked out by the current user.
str GetCheckedOutBy | ( | ) |
Returns the name of the user who currently has this file checked out.