| SmartSearchGetAllSmartSearches Method |
Namespace:
Dynamicweb.SmartSearch
Assembly:
Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax public static SmartSearchCollection GetAllSmartSearches(
bool Hidden = false,
int UserID = -1
)
Public Shared Function GetAllSmartSearches (
Optional Hidden As Boolean = false,
Optional UserID As Integer = -1
) As SmartSearchCollection
Parameters
- Hidden (Optional)
- Type: SystemBoolean
- UserID (Optional)
- Type: SystemInt32
Return Value
Type:
SmartSearchCollectionSee Also