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

GetLatestFilePathsByNamesAsync() public method

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

Same methods

DocumentService::GetLatestFilePathsByNamesAsync ( string fileNames, object userState ) : void
DocumentService