IContentType Interface

Definition

The content type of an object.

public interface class IContentType
public interface class IContentType
__interface IContentType
public interface IContentType
type IContentType = interface
Public Interface IContentType

Remarks

All content types are identified by a unique name. The IContentTypeRegistryService can return an IContentType object to allow clients to access additional information.

Properties

BaseTypes

The set of all content types from which the current IContentType is derived.

DisplayName

The display name of the content type.

TypeName

The name of the content type.

Methods

IsOfType(String)

Returns true if this IContentType equals or derives from the content type specified by type.

Applies to