Interface IWithOwner
Interface to be inherited by content items with owner.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IWithOwner : IContentReference, IEquatable<IContentReference>, IRestIdentifiable
Properties
Owner
Gets or sets the owner for the content item.
Declaration
IContentReference Owner { get; set; }
Property Value
Type | Description |
---|---|
IContentReference |