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

FindFilesByPathsAndChecksumsAsync() public method

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

Same methods

DocumentService::FindFilesByPathsAndChecksumsAsync ( string filePaths, int checksums, object userState ) : void
DocumentService