Table of Contents

Class PbipInfo

Inheritance
PbipInfo
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

Provides additional metadata about a PBIP folder structure, parsed from the .platform file in that folder.

public class PbipInfo
Extension Methods

Properties

DisplayName

The DisplayName property as specified in the .platform file

public string DisplayName { get; }

Property Value

Type Description
string

LogicalId

The LogicalId property as specified in the .platform file

public string LogicalId { get; }

Property Value

Type Description
string

Name

This is the name of the folder in which the model metadata source resides

public string Name { get; }

Property Value

Type Description
string

RootFolder

The root folder of the PBIP folder structure, corresponding to the Power BI / Fabric workspace root folder

public string RootFolder { get; }

Property Value

Type Description
string

Methods

ToString()

public override string ToString()

Returns

Type Description
string