Click or drag to resize

PFExcelDataExporter_SourceContextObjectId Property

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.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public long ContextObjectId { get; set; }

Property Value

Type: Int64
The context object id.
See Also