Click or drag to resize

ModulePermissionCollectionCopyTo Method

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public void CopyTo(
	KeyValuePair<string, ModulePermission>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairString, ModulePermission
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also