Namespace: configuration_services.lists
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static bool canSearchCatalog(
	uint catalog_id
)
Visual Basic
Public Shared Function canSearchCatalog ( _
	catalog_id As UInteger _
) As Boolean
Visual C++
public:
static bool canSearchCatalog(
	unsigned int catalog_id
)

Parameters

catalog_id
Type: System..::..UInt32

See Also