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

FindFoldersByPaths() private method

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