Gets or sets whether the current action should be displayed.
Namespace: DotNetNuke.Entities.Modules.ActionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public bool Visible { get; set; } |
Visual Basic |
---|
Public Property Visible As Boolean Get Set |
Field Value
A boolean value that determines if the current action should be displayed
Remarks
If Visible is false, then the action is always hidden. If Visible
is true then the action may be visible depending on the security access rights
specified by the Secure property. By
utilizing a custom method in your module, you can encapsulate specific business
rules to determine if the Action should be visible.