C# Класс DatasourcePublishSettings, TabMigrate

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
OwnerName string

Открытые методы

Метод Описание
DatasourcePublishSettings ( string ownerName ) : System

Constructor

Приватные методы

Метод Описание
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

Описание методов

DatasourcePublishSettings() публичный Метод

Constructor
public DatasourcePublishSettings ( string ownerName ) : System
ownerName string
Результат System

Описание свойств

OwnerName публичное свойство

The name of the owner of the content (NULL if unknown)
public string OwnerName
Результат string