Click or drag to resize

PFExcelDataExporter_Source Properties

The PFExcelDataExporter_Source type exposes the following members.

Properties
  NameDescription
Public propertyContentType
Gets or sets selected source content-type. Selecting a view has priority over selecting a content-type.
Public propertyContextObjectId
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.
Public propertyCurrentSite
Gets the current site this exporter belongs to.
Public propertyCustomFieldRenderer
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.
Note Note
This applies only to your object instance.
Hence,network data synchronization from excel won't call the delegate set here.
Public propertyFields
Gets or sets the fields to display when selecting a content-type.

View selection will use view fields instead.

Public propertySynchronizeData
Gets or sets a value indicating whether source should be network synchronised from excel to Packflow.
Note Note
This only applies to View selection. Network data synchronization for content-type selection is not implemented yet.
Public propertyUseFriendlyValues
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.

Public propertyUserContextMode
Gets or sets the user context mode used to filter items.
Public propertyView
Gets or sets the selected view. Selecting a view has priority over selecting a content-type.
Top
See Also