Interface IPublishableGroupSet
Interface for a group set content item with groups.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishableGroupSet : IGroupSet, IContentReference, IEquatable<IContentReference>, IRestIdentifiable, IMappableContent
Properties
Groups
Gets or sets the groups belonging to the group set.
Declaration
IList<IContentReference> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IContentReference> |