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.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
)
- selection TeamsSelection
-
- callback AsyncCallback
-
- state Object
-
IAsyncResult