| ContentRestrictionGetRestrictionsByType Method |
Returns a list of all content restrictions with the given item type.
Namespace:
Dynamicweb.Analytics.Profiles.Integration
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static ContentRestrictionCollection GetRestrictionsByType(
string itemType
)
Public Shared Function GetRestrictionsByType (
itemType As String
) As ContentRestrictionCollection
Parameters
- itemType
- Type: SystemString
Item type.
Return Value
Type:
ContentRestrictionCollectionA list of all content restrictions with the given item type.
Exceptions See Also