Click or drag to resize

PFExcelDataExporter_SourceCurrentSite Property

Gets the current site this exporter belongs to.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[IgnoreDataMemberAttribute]
public PFSite CurrentSite { get; }

Property Value

Type: PFSite
The PFSite object for the current site.
See Also