Content.action.email; Content.action.open; Content.action.share - AMX NMX-MM-1000 Instruction Manual

Enzo meeting presentation system
Hide thumbs Also See for NMX-MM-1000:
Table of Contents

Advertisement

NetLinx Commands (Cont.)

CONTENT.ACTION.EMAIL

E-mail the selected item/file
as an attachment to a list of
recipient e-mail addresses.

CONTENT.ACTION.OPEN

Open the selected item/file
using the default viewing
application.

CONTENT.ACTION.SHARE

Share the selected item/file
if the content source
supports sharing.
Instruction Manual - NMX-MM-1000 Enzo Meeting Presentation System
Syntax:
SEND_COMMAND <DEV>,"'CONTENT.ACTION.EMAIL-<item-key>,<email-
to>,<subject>,<message>
Variables:
item-key = The desired item path to email. (Required)
email-to = Email (TO) address list. (semicolon delimited) (Required)
subject (optional) = Email subject text. (Optional)
message (optional) =Email message/body text. (Optional)
Examples:
SEND_COMMAND <DEV>,"'CONTENT.ACTION.EMAIL-/folder/sub-folder/
content-item.xxx,user@domain.com'"
SEND_COMMAND <DEV>,"'CONTENT.ACTION.EMAIL-/folder/sub-folder/
content-item.xxx,user1@domain.com;user2@domain.com'"
SEND_COMMAND <DEV>,"'CONTENT.ACTION.EMAIL-/folder/sub-folder/
content-item.xxx,user@domain.com,subject'"
SEND_COMMAND <DEV>,"'CONTENT.ACTION.EMAIL-/folder/sub-folder/
content-item.xxx,user@domain.com,subject,message'"
Response:
CONTENT.ACTION.EMAIL.SUCCESS-<item-path>
Note: If any error is encountered while trying to email the content item, the following
error event notification will be broadcast.
CONTENT.ACTION.EMAIL.ERROR-<error-message>,<item-path>
Syntax:
SEND_COMMAND <DEV>, "'CONTENT.ACTION.OPEN-<item-path>'"
Variable:
item-path = The desired item path to open
Example:
SEND_COMMAND <DEV>,"'CONTENT.ACTION.OPEN-/folder/sub-folder/
content-item.xxx'"
Response:
CONTENT.ACTION.OPEN.SUCCESS-<item-path>
Note: If any error is encountered while trying to open the content item, the following
error event notification will be broadcast.
CONTENT.ACTION.OPEN.ERROR-<error-message>,<item-path>
Syntax:
SEND_COMMAND <DEV>, "'CONTENT.ACTION.SHARE-<item-key>'"
Variable:
item-key = The desired item path to share
Example:
SEND_COMMAND <DEV>,"'CONTENT.ACTION.SHARE-/folder/sub-folder/
content-item.xxx'"
Response:
CONTENT.ACTION.SHARE.SUCCESS-<item-path>
Note: If any error is encountered while trying to share the content item, the following
error event notification will be broadcast.
CONTENT.ACTION.SHARE.ERROR-<error-message>,<item-path>
Programming
51

Advertisement

Table of Contents
loading

Table of Contents