This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Indicates whether a robots.txt should be created in the root folder or not.
Namespace: Smartsite.Seo
Assembly: Smartsite.Seo (in Smartsite.Seo.dll)
Syntax
C# | Copy Code |
---|---|
public enum GenerateRobotsTxt |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration GenerateRobotsTxt |
Members
Member name | Description | |
---|---|---|
Never |
The robots.txt file is never generated.
| |
IfNotExists |
The robots.txt file is only generated if it doesn't already exist.
| |
Always |
The robots.txt file is always generated.
|
See Also
Smartsite.Seo Namespace