AnalyticsHelperLogSearchCrawler Method |
Logs crawler visits
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax public static void LogSearchCrawler(
string siteName,
string nodeAliasPath,
string documentCulture,
string objectName,
int objectID,
int count
)
Parameters
- siteName
- Type: SystemString
Site name to log - nodeAliasPath
- Type: SystemString
Node alias path - documentCulture
- Type: SystemString
Document's culture - objectName
- Type: SystemString
Object name - objectID
- Type: SystemInt32
Object ID - count
- Type: SystemInt32
Count of keywords to log
See Also