RemoveLanguageFromPropertyDefinitions Method

Removes the specified language from the property definitions.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub RemoveLanguageFromPropertyDefinitions ( _
    language As String _
)
'Usage
Dim instance As CatalogContext
Dim language As String

instance.RemoveLanguageFromPropertyDefinitions(language)
public void RemoveLanguageFromPropertyDefinitions(
    string language
)
public:
void RemoveLanguageFromPropertyDefinitions(
    String^ language
)
public function RemoveLanguageFromPropertyDefinitions(
    language : String
)

Parameters

  • language
    Type: System..::.String
    The culture code indicating the language that is associated with the Catalog.

Remarks

This method removes the specified language from list of languages supported by the catalog. The language will not be removed if it is the default language or reporting language of the catalog; in this case, an error message will be returned.

Permissions

See Also

Reference

CatalogContext Class

CatalogContext Members

Microsoft.CommerceServer.Catalog Namespace