Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8416971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:54:56+00:00 2026-06-10T01:54:56+00:00

How to get the keywors inside the particular category using coreservice? I am looking

  • 0

How to get the keywors inside the particular category using coreservice?

I am looking into the CategoryData class, but i dont see any methods or properties related to Keyword

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T01:54:58+00:00Added an answer on June 10, 2026 at 1:54 am

    Getting the Keywords inside a Category is similar to getting the Components inside a Folder. So you will have to call GetListXml with the category as the subject.

    var filter = new OrganizationalItemItemsFilterData();
    var category = "tcm:1-2-512";
    var keywords = client.GetListXml(category, filter);
    foreach (var keywordElement in keywords.Descendants())
    {
        ...
    }
    


    Some background: the Core Service is a service-oriented API, so none of the ...Data objects have any methods to load additional information. Instead all data access goes through the CoreServiceClient, which then returns data objects that contain… data.

    For those with a Java background, these might be more familiar as DAO/DTO, Data Access Object and Data Transfer Object: the CoreServiceClient is the DAO, the ...Data objects are the DTOs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Get class from div inside an li and add to the same li. The
im trying to get dinamically a data inside a class like this: Class foo
i am using collect keyword to get an input from the user. now inside
Is there a way to get around having to reference Global variables inside a
How to get a counter inside xsl:for-each loop that would reflect the number of
How can one get the coordinates of a mouse click inside a panel? For
Using asp.net MVC I'd like to do this inside a view: <%= Html.TextBox(textbox1, null,
I'm implementing a class-like structure in jQuery, but I'm having some trouble when I
Excuse my emacs newbiness here, but does anybody know how to get around this?
I have the following model. interface IKeywordedEntity { IEntityCollection<Keyword> Keywords { get; } }

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.