Dynamicweb 8 Documentation
GetSettingsByGroup(String,String) Method

An ID of the group.
Language ID.
Returns a collection of group filter settings for the given group.
Syntax
'Declaration
 
Public Overloads Shared Function GetSettingsByGroup( _ 
   ByVal groupID As String, _ 
   ByVal languageID As String _ 
) As IEnumerable(Of GroupFilterSetting)
public static IEnumerable<GroupFilterSetting> GetSettingsByGroup( 
   string groupID,
   string languageID 
)

Parameters

groupID
An ID of the group.
languageID
Language ID.

Return Value

A collection of group filter settings for the given group.
Exceptions
ExceptionDescription
System.ArgumentNullExceptiongroupID is null.
System.ArgumentExceptiongroupID is an empty string.
Remarks
If languageID is null or empty string then the current language ID will be used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupFilterSetting Class
GroupFilterSetting Members
Overload List

Send Feedback