[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/teamsmanager/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class TeamsManager : WebService
TeamsManager | Initializes a new instance of the TeamsManager class |
BeginAddDriveDocument | Add selected team file to the library |
BeginAddDriveFile | Add selected library document to the team and check out optionally |
BeginCheckAccessToTeams | |
BeginCheckInDocument | Quick check-in document with selected teams file |
BeginDeleteObsoleteFiles | Remove selected files from team where the version in the team is older than the version in the library or where the version in the team is the same as the version in the library. Ignore files that are checked out or modified. |
BeginGetDriveFiles | Get files within selected team folder, supports paging and partially sorting |
BeginGetDriveFilesTotal | Get total number of files within selected team folder |
BeginGetMyTeams | Get teams folder structure previously loaded during synchronization |
BeginGetSelectedFiles | Get details of selected files in teams |
BeginSynchronizeTeams | Load and cache information about all teams folders accessible for current user |
BeginSynchronizeTeamsDelta | |
BeginUnlinkDocuments | Remove the tracking between teams and library |
BeginUpdateDriveFiles | Update selected files in the team using latest versions of associated documents from the library |
EndAddDriveDocument | |
EndAddDriveFile | |
EndCheckAccessToTeams | |
EndCheckInDocument | |
EndDeleteObsoleteFiles | |
EndGetDriveFiles | |
EndGetDriveFilesTotal | |
EndGetMyTeams | |
EndGetSelectedFiles | |
EndSynchronizeTeams | |
EndSynchronizeTeamsDelta | |
EndUnlinkDocuments | |
EndUpdateDriveFiles | |
GetDocumentsToAddToDrive | Get basic information about selected documents for adding to team folder |
GetTeamsFolderInfo | Get specific team folder info |
ConvertT | (Defined by ObjectExtension) |
GetUserIdentityName | (Defined by WebServiceExtension) |
ToJson | (Defined by ObjectExtension) |