Class ContentTypeEventArgs
Class to pass event arguments from Content
Inheritance
Inherited Members
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class ContentTypeEventArgs : EventArgs
Constructors
ContentTypeEventArgs(Int32, Guid, Boolean)
Declaration
public ContentTypeEventArgs(int contentTypeID, Guid contentTypeGUID, bool isBlockType)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentTypeID | |
System. |
contentTypeGUID | |
System. |
isBlockType |
ContentTypeEventArgs(Int32, Guid, Boolean, Boolean)
Initializes a new instance of the Content
Declaration
public ContentTypeEventArgs(int contentTypeID, Guid contentTypeGUID, bool isBlockType, bool isNewContentType)
Parameters
Type | Name | Description |
---|---|---|
System. |
contentTypeID | The ID of the Content |
System. |
contentTypeGUID | The GUID of the Content |
System. |
isBlockType | If set to |
System. |
isNewContentType | If set to |
Properties
ContentTypeGUID
Gets the GUID of the Content
Declaration
public Guid ContentTypeGUID { get; }
Property Value
Type | Description |
---|---|
System. |
ContentTypeID
Gets the ID of the Content
Declaration
public int ContentTypeID { get; }
Property Value
Type | Description |
---|---|
System. |
IsBlockType
Gets a value indicating whether the Content
Declaration
public bool IsBlockType { get; }
Property Value
Type | Description |
---|---|
System. |
|
IsNewContentType
Gets a value indicating whether the Content
Declaration
public bool IsNewContentType { get; }
Property Value
Type | Description |
---|---|
System. |
|