ProjWBSLockBoxArchiveDirectory Class [AX 2012]
This class extends from ProjWBSLockBox and adds methods to be used for a lock box set to an archive directory location.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| copyFile | Calls the WinAPI to copy a file. (Overrides the copyFile Method.) |
| createNew | Creates a new .mpp project file to be linked with an AX entity. (Overrides the createNew Method.) |
| createSharePointSite | Creates a SharePoint Site. (Overrides the createSharePointSite Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fileExists | Checks whether or not a file exists using the WinAPI. (Overrides the fileExists Method.) |
| fileLocked | Calls the WinAPI to check if a files is locked. (Overrides the fileLocked Method.) |
| getLockBoxFile | Gets the filename of the file associated with the given parameters. (Overrides the getLockBoxFile Method.) |
| getLockBoxPath | Gets the lock box path for the given archive directory location. (Overrides the getLockBoxPath Method.) |
| getSharePointSite | Gets a sharepoint site. (Overrides the getSharePointSite Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| lockBoxFileExists | Checkes if a file exists in the lock box. (Overrides the lockBoxFileExists Method.) |
| lockBoxFileExistsByActivityNumber | Obsolete Method. (Overrides the lockBoxFileExistsByActivityNumber Method.) |
| lockBoxFileLocked | Checks if a lock box file assocaited with the parameters is locked. (Overrides the lockBoxFileLocked Method.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| openFile | Opens a file in MS Project. (Overrides the openFile Method.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setLockBoxFile | Sets the fields in Hierarchy table to enable link with Microsoft Project Client. (Overrides the setLockBoxFile Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| syncToTaskList | This method appears to be deprecated. (Overrides the syncToTaskList Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unlinkProject | Unlinks an AX entity with a .mpp file. (Overrides the unlinkProject Method.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: