GetAllLanguagesInUse Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets all the Language codes that are in use by the marketing system.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAllLanguagesInUse As String()
'Usage
Dim instance As MarketingWebService
Dim returnValue As String()
returnValue = instance.GetAllLanguagesInUse()
[WebMethodAttribute]
public virtual string[] GetAllLanguagesInUse()
[WebMethodAttribute]
public:
virtual array<String^>^ GetAllLanguagesInUse()
public function GetAllLanguagesInUse() : String[]
Return Value
Type: array<System..::.String>[]()[]
An array containing all the Languages that are being referenced by campaign items from the database.
Remarks
Gets an array with all the Language codes that are in use by the marketing system. Language codes are used in discount multi-lingual basket displays and in direct mail multi-lingual subjects.
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.