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

Syntax

C# Copy imageCopy Code
                                  public class ContentTypeFieldProperty
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ContentTypeFieldProperty

The type exposes the following members.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString
Returns a string representing this ContentTypeFieldProperty.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member AllRoles
Contains the default value for the AllRoles role number.

Public Properties

  Name Description
Public property Name
Gets the name of the Content Type Field Property
Public property Number
Gets the number of the Content Type Field Property
Public property RoleNumber
Gets the role of the Content Type Field Property
Public property Value
Gets the value of the Content Type Field Property
Public property ValueType
Gets the value type of the Content Type Field Property

See Also

Advanced