Click or drag to resize

ModuleServiceUpdateModuleAccess Method

Namespace:  Dynamicweb.Modules
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public void UpdateModuleAccess(
	IEnumerable<string> moduleSystemNames,
	bool access
)

Parameters

moduleSystemNames
Type: System.Collections.GenericIEnumerableString
access
Type: SystemBoolean

Implements

IModuleServiceUpdateModuleAccess(IEnumerableString, Boolean)
See Also