Class UpdateWebPageTreePathSlugEventArgs
Event arguments for UpdateTreePathSlug event.
public sealed class UpdateWebPageTreePathSlugEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsUpdateWebPageTreePathSlugEventArgs
- Inherited Members
- Extension Methods
Constructors
UpdateWebPageTreePathSlugEventArgs()
Initializes a new instance of UpdateWebPageTreePathSlugEventArgs.
public UpdateWebPageTreePathSlugEventArgs()
Properties
ContentTypeID
Content type identifier.
public int ContentTypeID { get; init; }
Property Value
- int
ContentTypeName
Content type name.
public string ContentTypeName { get; init; }
Property Value
- string
Guid
Web page unique identifier.
public Guid Guid { get; init; }
Property Value
- Guid
ID
Web page identifier.
public int ID { get; init; }
Property Value
- int
IsSecured
Indicates if web page is secured.
public bool IsSecured { get; init; }
Property Value
- bool
Name
Code name of the web page.
public string Name { get; init; }
Property Value
- string
Order
Web page order.
public int Order { get; init; }
Property Value
- int
ParentID
Web page parent identifier.
public int ParentID { get; init; }
Property Value
- int
TreePath
Web page tree path.
public string TreePath { get; init; }
Property Value
- string
TreePathSlug
Web page tree path slug.
public string TreePathSlug { get; set; }
Property Value
- string
WebsiteChannelID
Website channel identifier.
public int WebsiteChannelID { get; init; }
Property Value
- int
WebsiteChannelName
Website channel name.
public string WebsiteChannelName { get; init; }
Property Value
- string