Dynamicweb 8 Documentation
CreateQueueEntry Method

An ID of the product.
Variant ID.
Language ID.
Retrieves an index entry object with minimum information required for that object to be queued.
Syntax
'Declaration
 
Public Shared Function CreateQueueEntry( _ 
   ByVal productID As String, _ 
   ByVal variantID As String, _ 
   ByVal languageID As String _ 
) As ProductIndexEntry
public static ProductIndexEntry CreateQueueEntry( 
   string productID,
   string variantID,
   string languageID 
)

Parameters

productID
An ID of the product.
variantID
Variant ID.
languageID
Language ID.

Return Value

Index entry to be queued.
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

ProductIndexEntry Class
ProductIndexEntry Members

Send Feedback