Interface IPublishableGroup
Interface for a group content item with users.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishableGroup : IGroup, IUsernameContent, IContentReference, IEquatable<IContentReference>, IRestIdentifiable, IWithDomain, IMappableContent
Properties
Users
Gets or sets the users assigned to the group.
Declaration
IList<IGroupUser> Users { get; set; }
Property Value
Type | Description |
---|---|
IList<IGroupUser> |