Interface INamedContent
Interface for a content object that has a name.
Namespace: Tableau.Migration.Api.Rest
Assembly: Tableau.Migration.dll
Syntax
public interface INamedContent
Properties
Name
Gets the content item's name
Declaration
string? Name { get; }
Property Value
Type | Description |
---|---|
string |