scriptOnly element

Applies to: Lync 2013 | Lync Server 2013

scriptOnly element

Indicates that the application is an MSPL script-only application.

Syntax

<lc:scriptOnly />

Attributes

None.

Child elements

None.

Parent element

applicationManifest

Remarks

  • Include this element in the application manifest only if all application functionality is provided by the Microsoft SIP Processing Language (MSPL) script contained in the CDATA section of the message filtering script element (the splScript element). If an application is script-only, calling the MSPL Dispatch function will generate a compiler error.

  • For applications that include a managed code component, exclude this element from the application manifest.

  • The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but it can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See also

Other resources

SIP application manifests

Application attribute elements

SIP application manifest example