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

The type exposes the following members.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Filter
Filters the specified input.
(Inherited from ContentType.)
Public method GetChannelMappings
Gets the codes of the channels to which this ContentType is mapped
(Inherited from ContentType.)
Public method GetHashCode (Inherited from Object.)
Public method GetItemNumbers
Returns an IntList with the items that are of this ContentType.
(Inherited from ContentType.)
Public method GetMetaType
Returns a MetaType for this ContentType, using the given source.
(Inherited from ContentType.)
Public method GetMetaType
Returns a MetaType for this ContentType, using the given source and channel code.
(Inherited from ContentType.)
Public method GetMetaType
Returns a MetaType for this ContentType, using the given source and channel code.
(Inherited from ContentType.)
Public method GetType (Inherited from Object.)
Public method Inherit
Gets the inherited ContentType given an item reference.
(Inherited from ContentType.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from ContentType.)

Protected Methods

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

Public Fields

  Name Description
Public field Static member Code
Gets the code of the content type.

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.
(Inherited from TranslationContentType.)
Public property TranslationNameField
Gets the translation name field.
(Inherited from TranslationContentType.)
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