This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Active Integrity Management setting.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
[]
public enum AIMScanMode
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Enumeration AIMScanMode

Members

Member nameDescription
NotSet
Not set.
Off
No AIM scanning.
External
Output XML scanning.
Internal
Internal scanning, implemented by AIM-aware macros.
Autonomous
Relations are to be linked to the current source item, instead of the rendered page.
SoftLink
Should generate soft links (in combination with External flag).
InternalAutonomous
Internal scanning, combined with the Autonomous setting.
ExternalAutonomous
External scanning, combined with the Autonomous setting.
ExternalAutonomousSoftLink
External scanning, combined with the Autonomous and softLink settings.
ExternalSoftLink
External scanning, combined with the Softlink setting.

See Also

Smartsite.Core Namespace
Advanced