This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Code status enum

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

Syntax

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

Members

Member nameDescription
None
None
UnderConstruction
Not yet fully implemented.
Hidden
Not shown in intellisense, otherwise fully functional.
Deprecated
Do not use. The functionality has been deprecated and there is an alternative available.
Test
Not to be documented, for internal testing purposes.
Unstable
Determined to be unstable. No QA until resolved.
DeveloperUsage
For developer use only.
Other
See description.

See Also

Smartsite.Core Namespace
Advanced