IContentType Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |