SetSmartQuotes Method (smartQuotes)

Pageflex Document Action API

Pageflex Document Action API SetSmartQuotes Method (smartQuotes)
Namespaces > Pageflex.Scripting > Application > SetSmartQuotes(String)
Set the characters used for smart quotes. Used in conjunction with GetSmartQuotes(), This allows a Document Action to have control over what quote characters are used.
Syntax
C# Visual Basic Managed C++
public static void SetSmartQuotes (
	string smartQuotes
)
Public Shared Sub SetSmartQuotes ( _
	smartQuotes As String _
)
public:
static void SetSmartQuotes (
	String^ smartQuotes
)
Parameters
smartQuotes (String)
Contains the 4 characters to use for quotes.
Remarks
The string smartQuotes consists of exactly 4 characters in this order: openDouble, closeDouble, openSingle, closeSingle
Exceptions
Exception Condition
!:Exceptions.ArgumentNullException The smartQuotes parameter is null.
ArgumentNullException The value supplied for smartQuotes was nullNothingnullptr.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)