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

FindFilePathsByNameAndChecksumAsync() public method

public FindFilePathsByNameAndChecksumAsync ( string fileName, int checksum ) : void
fileName string
checksum int
return void
        public void FindFilePathsByNameAndChecksumAsync(string fileName, int checksum) {
            this.FindFilePathsByNameAndChecksumAsync(fileName, checksum, null);
        }
        

Same methods

DocumentService::FindFilePathsByNameAndChecksumAsync ( string fileName, int checksum, object userState ) : void
DocumentService