Click or drag to resize

PFConstants Class

Provides public constants used by Packflow.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFConstants

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class PFConstants

The PFConstants type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEdition
Gets the a display text representing the current edition.
Top
Fields
  NameDescription
Public fieldStatic memberDefaultTimerJobsFileName
Name of the XML file containing the definitions of default timer jobs.
Public fieldStatic memberIndexDatabaseSuffix
Text added to the end of the main database name to get the corresponding Index database, containing full-text indexes.
Public fieldStatic memberSystemColumnsPrefix
This text prefixes the names of all system columns persisted in Packflow.
Top
See Also