TeamsManagerBeginDeleteObsoleteFiles Method

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.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "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.")]
public IAsyncResult BeginDeleteObsoleteFiles(
	TeamsSelection selection,
	AsyncCallback callback,
	Object state
)

Parameters

selection  TeamsSelection
 
callback  AsyncCallback
 
state  Object
 

Return Value

IAsyncResult

See Also