A Module Action ID is a identifier that can be used in a Module Action Collection
to find a specific Action.
Namespace: DotNetNuke.Entities.Modules.ActionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public int ID { get; set; } |
Visual Basic |
---|
Public Property ID As Integer Get Set |
Field Value
The integer ID of the current ModuleAction.
Remarks
When building a hierarchy of ModuleActions,
the ID is used to link the child and parent actions.