C# Class DatasourcePublishSettings, TabMigrate

Afficher le fichier Open project: tableau/TabMigrate Class Usage Examples

Méthodes publiques

Свойство Type Description
OwnerName string

Méthodes publiques

Méthode Description
DatasourcePublishSettings ( string ownerName ) : System

Constructor

Private Methods

Méthode Description
CreateSettingsFile ( SiteDatasource, ds, string localDatasourcePath, KeyedLookup userLookups ) : void

Save Datasource metadata in a XML file along-side the workbook file

GetSettingsForSavedDatasource ( string datasourceWithPath ) : DatasourcePublishSettings,

Look up any saved settings we have associated with a datasource on our local file systemm

IsSettingsFile ( string filePath ) : bool

TRUE if the file is an internal settings file

PathForSettingsFile ( string datasourcePath ) : string

Generates the path/filename of the Settings file that corresponds to the datasource path

Method Details

DatasourcePublishSettings() public méthode

Constructor
public DatasourcePublishSettings ( string ownerName ) : System
ownerName string
Résultat System

Property Details

OwnerName public_oe property

The name of the owner of the content (NULL if unknown)
public string OwnerName
Résultat string