ApplicationManifest.CreateFromString

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

ApplicationManifest.CreateFromString

The CreateFromString method creates an instance of an ApplicationManifest object from a specified string containing the application manifest.

Syntax

 public static ApplicationManifest CreateFromString( 
 String applicationManifest 
 ); 

Syntax

 Public Shared Function CreateFromString( _ 
 ByVal applicationManifest As String _  
 ) 
As  ApplicationManifest 

Parameters

  • applicationManifest
    Specifies the application manifest XML document as a Unicode string.

Return Values

This method returns a new ApplicationManifest object.

Remarks

This static method simply reads the supplied XML string and creates an ApplicationManifest object containing the XML content. To compile the application manifest and its associated MSPL script, the ApplicationManifest.Compile method must be called on the newly created ApplicationManifest object.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007 R2.

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

ApplicationManifest.Compile

ApplicationManifest.CreateFromFile

ApplicationManifest