Enum SearchRuleInfo._FOLLOW_FLAGS
Specifies whether to follow complex URLs and whether a URL is to be indexed or just followed.
Namespace: Mawosoft.PowerShell.WindowsSearchManager
Assembly: Mawosoft.PowerShell.WindowsSearchManager.dll
Syntax
[Flags]
public enum SearchRuleInfo._FOLLOW_FLAGS
Fields
Name | Description |
---|---|
FF_INDEXCOMPLEXURLS | Complex URLs should be indexed. |
FF_SUPPRESSINDEXING | Follow but do not index this URL. |