Click or drag to resize
WebFarmTaskIsMemoryTask Property
Indicates if the task modifies memory only. Memory tasks can be deleted on application start.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public bool IsMemoryTask { get; set; }

Property Value

Type: Boolean
See Also