| ActivationManagerGetAllowedItemsForArea Method (Int32) |
Namespace:
Dynamicweb.Content.Items.Activation
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public IEnumerable<ItemType> GetAllowedItemsForArea(
int areaId
)
Public Function GetAllowedItemsForArea (
areaId As Integer
) As IEnumerable(Of ItemType)
Parameters
- areaId
- Type: SystemInt32
Return Value
Type:
IEnumerableItemTypeSee Also