PrintingOption Element

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.

Represents one option value related to printing.

Syntax

<PrintingOption
    name = "string"
    value = "string">
</PrintingOption>

The following sections describe attributes, parent elements, and child elements.

Attributes

Name

Description

name

string type. Length range 1-255 characters.

Specifies the name of the option.

value

string type representing enumeration values. Value range [Disabled | Presenter | All].

Specifies the value of the option. Disabled indicates that printing is not allowed. Presenter indicates that printing is allowed only for presenters. All indicates that printing is allowed for both presenters and audience members.

Element Information

Parent Element

Element

Occurrence

OptionList

1

Child Element

Element

Occurrence

none

Not applicable

Remarks

Valid PrintingOptions include:

  • printPDFPreferenceUserDefault in conferencing service data.

  • printPDFPreference in user objects.

  • printPDFPreference in meeting objects.

  • printPDFPrivilege in user objects.

See Also

Concepts

CreateUser Message

CreateMeeting Message

GetConferencingServiceData Message

GetConferencingServiceData7 Message