Dynamicweb 8 Documentation
GetSetting Method (FilterSetting)

An ID of the settings object.
Retrieves a settings object by its ID.
Syntax
'Declaration
 
Public Shared Function GetSetting( _ 
   ByVal id As Integer _ 
) As FilterSetting
public static FilterSetting GetSetting( 
   int id 
)

Parameters

id
An ID of the settings object.

Return Value

A settings object or null (Nothing in Visual Basic) if the object can not be retrieved.
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

FilterSetting Class
FilterSetting Members

Send Feedback