Click or drag to resize

PFSitePersistFileDuringSiteLifeCycle Property

Gets or sets a value indicating whether a file should be persisted for each site instance. When the site instance is disposed, the file is deleted. Such files are stored in the temp folder of Windows %temp%\PFSites\.

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 bool PersistFileDuringSiteLifeCycle { get; set; }

Property Value

Type: Boolean
See Also