GenerateFullTextIndexes Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets a value indicating whether full-text indexes are generated after an import operation.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property GenerateFullTextIndexes As Boolean
'Usage
Dim instance As CatalogImportOptions
Dim value As Boolean
value = instance.GenerateFullTextIndexes
instance.GenerateFullTextIndexes = value
public bool GenerateFullTextIndexes { get; set; }
public:
property bool GenerateFullTextIndexes {
bool get ();
void set (bool value);
}
public function get GenerateFullTextIndexes () : boolean
public function set GenerateFullTextIndexes (value : boolean)
Property Value
Type: System..::.Boolean
true if full-text indexes are generated; otherwise, false.
Remarks
Indicates whether full-text indexes are generated after an import operation. whether full-text indexes should be generated. Default is true.
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
Microsoft.CommerceServer.Catalog Namespace
Other Resources
Importing Catalog Data by Using the Catalog API
How to Import From an XML File