'Declaration
Public Shared Function FromJson( _ ByVal json As String _ ) As DocumentTemplate
'Usage
Dim json As String Dim value As DocumentTemplate value = DocumentTemplate.FromJson(json)
public static DocumentTemplate FromJson( string json )
public: static DocumentTemplate^ FromJson( String^ json )
Parameters
- json
- Specifies the JSON definition of the DocumentTemplate object to create.
Return Value
A DocumentTemplate object.