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

FindLatestFilesByPaths() private method

private FindLatestFilesByPaths ( string filePaths ) : VaultFolderCreate.DocumentSvc.File[]
filePaths string
return VaultFolderCreate.DocumentSvc.File[]
        public File[] FindLatestFilesByPaths(string[] filePaths) {
            object[] results = this.Invoke("FindLatestFilesByPaths", new object[] {
                        filePaths});
            return ((File[])(results[0]));
        }
        
DocumentService