Flag to indicate if Content is Active or Not. Content will be deleted from Index when IsActive = false. Default is True.
Namespace: DotNetNuke.Services.Search.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public bool IsActive { get; set; } |
Visual Basic |
---|
Public Property IsActive As Boolean Get Set |