Click or drag to resize

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
)

Parameters

path
Type: SystemString
descendantPermission (Optional)
Type: Dynamicweb.Security.PermissionsPermissionLevel

Return Value

Type: IEnumerableAction
See Also