LicenseReaderGetLicenseText Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the textual representation of the Content Studio license.

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string GetLicenseText(
	ConnectionId connectionId,
	SessionId sessionId,
	string language
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site
sessionId
Type: ContentStudio.SecuritySessionId
A value that identifies the user's session. This value usually originates from a call to OpenSession(ConnectionId).
language
Type: SystemString
The language to use

Return Value

Type: String
An XML document containing data about the license
Xml
<license product="Content Studio" trial="0" expires=""> 
    <edition version="@@Major@@.@@Minor@@@@ServicePack@@">Professional Edition</edition> 
    <modules> 
      <module name="Event actions" /> 
    </modules> 
    <reg_company>Teknikhuset AB</reg_company> 
    <reg_owner>Dan Nilsson</reg_owner> 
    <reg_date>2002-01-18</reg_date> 
    <contact>Dan Nilsson</contact> 
    <email>info@teknikhuset.se</email> 
</license>
See Also

Reference