GetCatalogOperationsProgressData Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the underlying CatalogSearchOptions object.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Function GetCatalogOperationsProgressData As CatalogOperationsProgress
'Usage
Dim instance As CatalogOperationsProgress
Dim returnValue As CatalogOperationsProgress
returnValue = instance.GetCatalogOperationsProgressData()
[BrowsableAttribute(false)]
public CatalogOperationsProgress GetCatalogOperationsProgressData()
[BrowsableAttribute(false)]
public:
CatalogOperationsProgress^ GetCatalogOperationsProgressData()
public function GetCatalogOperationsProgressData() : CatalogOperationsProgress
Return Value
Type: CatalogOperationsProgress
A CatalogOperationsProgress object
Remarks
This method is meant for internal-only usage. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogOperationsProgress Class