TeamsManager.BeginUnlinkDocuments Method

Remove the tracking between teams and library

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Remove the tracking between teams and library")]
public IAsyncResult BeginUnlinkDocuments(
	TeamsSelection selection,
	AsyncCallback callback,
	Object state
)

Parameters

selection  TeamsSelection
 
callback  AsyncCallback
 
state  Object
 

Return Value

IAsyncResult

See Also