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

GetAllLabels() private method

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