| ProductInformationNodeGetActions Method |
Namespace:
Dynamicweb.Management.Ecommerce.Nodes
Assembly:
Dynamicweb.Management.Ecommerce (in Dynamicweb.Management.Ecommerce.dll) Version: 5.1.6
Syntax protected virtual IEnumerable<Action> GetActions(
string path,
PermissionLevel descendantPermission = PermissionLevel.All
)
Protected Overridable Function GetActions (
path As String,
Optional descendantPermission As PermissionLevel = PermissionLevel.All
) As IEnumerable(Of Action)
Parameters
- path
- Type: SystemString
- descendantPermission (Optional)
- Type: Dynamicweb.Security.PermissionsPermissionLevel
Return Value
Type:
IEnumerableActionSee Also