ProjWBSLockBoxSharePointOnline Class [AX 2012]
The ProjWBSLockBoxSharePointOnline class extends from the ProjWBSLockBoxclass and adds logic for maintaining Microsoft Project files in SharePoint.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| copyFile | Abstract method to copy files. (Overrides the copyFile Method.) |
| createNew | Creates new project. (Overrides the createNew Method.) |
| createSharePointSite | Creates a new Sharepoint Site (Overrides the createSharePointSite Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fileExists | Checks if a file exists. (Overrides the fileExists Method.) |
| fileLocked | Checks if a file is locked. (Overrides the fileLocked Method.) |
| getLockBoxFile | Gets a lock box file's name. (Overrides the getLockBoxFile Method.) |
| getLockBoxPath | Gets the lock box path. (Overrides the getLockBoxPath Method.) |
| getSharePointSite | Gets the SharePoint site associated with the project Id. (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 | Checks if a lock box file exists. (Overrides the lockBoxFileExists Method.) |
| lockBoxFileExistsByActivityNumber | Checks if a lock box file exists for the given activity number. (Overrides the lockBoxFileExistsByActivityNumber Method.) |
| lockBoxFileLocked | Checks if a given file 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 project 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 | Syncs to task list. (Overrides the syncToTaskList Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unlinkProject | Unlinks an AX Project 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: