VaultFolderCreate.DocumentSvc.DocumentService.FindLatestFilesByPathsAsync C# (CSharp) Method

FindLatestFilesByPathsAsync() public method

public FindLatestFilesByPathsAsync ( string filePaths ) : void
filePaths string
return void
        public void FindLatestFilesByPathsAsync(string[] filePaths) {
            this.FindLatestFilesByPathsAsync(filePaths, null);
        }
        

Same methods

DocumentService::FindLatestFilesByPathsAsync ( string filePaths, object userState ) : void
DocumentService