Class CreateFolderEventArgs
Event arguments for CreateFolder event.
public sealed class CreateFolderEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsCreateFolderEventArgs
- Inherited Members
- Extension Methods
Constructors
CreateFolderEventArgs()
Initializes a new instance of CreateFolderEventArgs.
public CreateFolderEventArgs()
Properties
ContentLanguageID
Content language ID.
public int ContentLanguageID { get; init; }
Property Value
- int
ContentLanguageName
Content language name.
public string ContentLanguageName { get; init; }
Property Value
- string
DisplayName
Web page display name, used to identify the item in user interface.
public string DisplayName { get; set; }
Property Value
- string
GUID
Web page unique identifier.
public Guid? GUID { get; init; }
Property Value
- Guid?
Remarks
The value is available only in After event.
ID
Web page identifier.
public int? ID { get; init; }
Property Value
- int?
Remarks
The value is available only in After event.
IsSecured
Indicates if web page is secured.
public bool IsSecured { get; set; }
Property Value
- bool
Name
Code name of the web page.
public string Name { get; set; }
Property Value
- string
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
Remarks
The value is available only in After event.
WebPageOrder
Web page order.
public int WebPageOrder { get; init; }
Property Value
- int
WebsiteChannelID
Website channel identifier.
public int WebsiteChannelID { get; init; }
Property Value
- int
WebsiteChannelName
Website channel name.
public string WebsiteChannelName { get; init; }
Property Value
- string