VaultFolderCreate.DocumentSvc.DocumentService.FindLatestFilesByPathsAsync C# (CSharp) Метод

FindLatestFilesByPathsAsync() публичный Метод

public FindLatestFilesByPathsAsync ( string filePaths ) : void
filePaths string
Результат void
        public void FindLatestFilesByPathsAsync(string[] filePaths) {
            this.FindLatestFilesByPathsAsync(filePaths, null);
        }
        

Same methods

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