Share via


ApplicationManifest.CreateFromString(String) method

 
Communications Server 2007 Server SDK Documentation

ApplicationManifest.CreateFromString

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

[C#]
public static ApplicationManifest CreateFromString(
String applicationManifest
);
FakePre-3c0dfeb3023a4e4f865176386eee3c3a-7ba646e410f54855972dd73d4f668d01

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 Compile method must be called on the newly created ApplicationManifest object.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ApplicationManifest.Compile, ApplicationManifest.CreateFromFile, ApplicationManifest

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.