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 TranslationContentType
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class TranslationContentType

The type exposes the following properties.

Public Properties

  Name Description
Public property Area
Gets the Area for this content type.
(Inherited from ContentType.)
Public property Code
Gets the code of the content type.
(Inherited from ContentType.)
Public property ContentLevel
Gets the Content Level for this content type.
(Inherited from ContentType.)
Public property DefaultWorkflow
Returns the item number of the default workflow, or returns 0 if none is specified for the contenttype.
(Inherited from ContentType.)
Public property DerivedFrom
Gets the ContentType of which this ContentType is derived.
(Inherited from ContentType.)
Public property Description
Gets the description of the content type.
(Inherited from ContentType.)
Public property Fields
Returns the collection of fields of this content type.
(Inherited from ContentType.)
Public property Group
Returns the ContentTypeGroup to which this ContentType belongs.
(Inherited from ContentType.)
Public property Icon
Gets the icon.
(Inherited from ContentType.)
Public property Identifier
Gets the globally unique ContentType identifier
(Inherited from ContentType.)
Public property IsBrowsable
Returns true if this content type is browsable.
(Inherited from ContentType.)
Public property IsPublication
Returns true if this is a publication only content type.
(Inherited from ContentType.)
Public property IsRepository
Returns true if this is a repository content type.
(Inherited from ContentType.)
Public property ItemTreeFormat
Gets the item tree format of the content type.
(Inherited from ContentType.)
Public property MainField
Gets the main field in the contenttype, e.g. the field most likely to display using an empty RenderTemplate.
(Inherited from ContentType.)
Public property Name
Gets the name of the content type.
(Inherited from ContentType.)
Public property Number
Gets the number of the content type.
(Inherited from ContentType.)
Public property Properties
Returns the collection of properties defined as ContentType properties.
Internally, these properties are defined on the 'nr' field.
(Inherited from ContentType.)
Public property ReplacementField
Gets the replacement field.
Public property TranslationNameField
Gets the translation name field.
Public property TreeFormat
Gets the tree format of the content type.
(Inherited from ContentType.)
Public property UserGroups
Gets the collection of UserGroups.
(Inherited from ContentType.)

See Also

Advanced