Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'GroupBy' and 'DisplayColumns' properties in 'ContentByQueryWebPartDefinition' class #880

Closed
anatolii-bohdanov opened this issue Sep 3, 2016 · 1 comment

Comments

@anatolii-bohdanov
Copy link

There is some properties that are missed in ContentByQueryWebPartDefinition:

  • GroupBy
  • DisplayColumns

Here is example of properties definition:

Properties = new List()
{
new WebPartProperty() { Name="GroupBy", Type="string", Value="ProjectProperty.Title" },
new WebPartProperty() { Name="DisplayColumns", Type="int", Value="4" },
}

@SubPointSupport SubPointSupport added this to the 1.2.90 release milestone Sep 4, 2016
@SubPointSupport SubPointSupport self-assigned this Sep 4, 2016
@SubPointSupport
Copy link
Contributor

Thanks! Will push in 1.2.90 release.

@SubPointSupport SubPointSupport modified the milestones: 1.2.90 release, 2016.10.03, 1.2.90 Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants