FAXL3: ActionGetSelectedContact

From fringDocumentation

Jump to: navigation, search

ActionGetSelectedContact

Returns the User Info of the currently selected user inside the Contacts list.

If the FAXL variable containing the User Info is sent to Add-on server using ActionSendToServer, it is in the UserHash form only.

Element ActionGetSelectedContact

The following are the elements or building blocks comprising an ActionGetSelectedContact:

RequiredDirectionNameTypeDescription
RequiredOUTargSelectedContactVarNamestring/ref Contains the FAXL variable name of where to store the selected contact.


FAXL Syntax

<ActionGetSelectedContact>
	<OUT>
		<argSelectedContactVarName>
			<value>myVarSelectedContact</value>
		</argSelectedContactVarName>
	</OUT>
</ActionGetSelectedContact>
Personal tools