Dynamicweb 8 Documentation
TrySetOptions Method (FilterOptionsListUtility)

Options being set on the filter.
Makes an attempt of overwriting current set of filter options.
Syntax
'Declaration
 
Public Function TrySetOptions( _ 
   ByVal options As IEnumerable(Of FilterOption) _ 
) As Boolean
public bool TrySetOptions( 
   IEnumerable<FilterOption> options 
)

Parameters

options
Options being set on the filter.
Remarks
Value indicating whether options has been successfully overwritten.
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

FilterOptionsListUtility Class
FilterOptionsListUtility Members

Send Feedback