| SmartSearchManagerGetAllSmartSearches 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