PFExcelDataExporter_Source Properties |
The PFExcelDataExporter_Source type exposes the following members.
Name | Description | |||
---|---|---|---|---|
ContentType |
Gets or sets selected source content-type. Selecting a view has priority over selecting a content-type.
| |||
ContextObjectId |
Gets or sets the context object id for filtering item.
if setting UserContextMode to
ApplicationContext, this property should contain a valid
application context id. If setting to ReferenceGroup, a reference
group id should be set.
| |||
CurrentSite |
Gets the current site this exporter belongs to.
| |||
CustomFieldRenderer |
Gets or sets the custom field value renderer.
Will be called in place of the PFItemHtmlHelper if not null and
[!:Packflow.Interface.Office.PFExcelDataExporter_Source.UserFriendlyValues] is set true.
| |||
Fields |
Gets or sets the fields to display when selecting a content-type.
View selection will use view fields instead.
| |||
SynchronizeData |
Gets or sets a value indicating whether source should be network synchronised from excel to Packflow.
| |||
UseFriendlyValues |
Gets or sets a value indicating whether rendering should use friendly values.
Is set true, will use display text values for fields, Item's html helper or custom set renderer.
CustomFieldRenderer
If set false, will use raw values. this is usefull for later importation.
| |||
UserContextMode |
Gets or sets the user context mode used to filter items.
| |||
View |
Gets or sets the selected view. Selecting a view has priority over selecting a content-type.
|