TeamsManagerGetDocumentsToAddToDrive Method

Get basic information about selected documents for adding to team folder

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get basic information about selected documents for adding to team folder")]
public List<TeamsDocumentToAdd> GetDocumentsToAddToDrive(
	Guid selectionId,
	int folderId,
	bool checkingOut
)

Parameters

selectionId  Guid
 
folderId  Int32
 
checkingOut  Boolean
 

Return Value

ListTeamsDocumentToAdd

See Also