RestClient Methods
The RestClient type exposes the following members.
Methods

  NameDescription
Public methodAssembleDocument
Assembles a document from the specified template and answersets.
(Inherited from ClientBase.)
Public methodCreateSession
Creates a new session for assembling documents using the HotDocs Cloud Services Rest API.
Public methodDeleteTheme
Deletes a theme file.
Public methodDispose
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodGetAnswers
Combines the provided answersets to form an aggregate answerset.
(Inherited from ClientBase.)
Public methodGetComponentInfo
Gets component information for the specified template.
(Inherited from ClientBase.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetInterview
Gets an interview for the specified template.
(Inherited from ClientBase.)
Public methodGetSessionDoc
Saves the specified session file to a locaiton on the local disk.
Public methodGetSessionDocList
Returns an array of assembled documents associated with the session.
Public methodGetSessionState
Returns the session state.
Public methodGetThemeFile(String, String)
Returns the specified theme file as a stream.
Public methodGetThemeFile(String, String, String)
Stores the specified theme file in the indicated file path.
Public methodGetThemeList(String)
Returns a list of all themes that belong to the current subscriber.
Public methodGetThemeList(String, String)
Returns a list of themes that belong to the current subscriber and have the specified prefix.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodPutThemeFile(String, Stream, String)
Uploads a theme file from a stream.
Public methodPutThemeFile(String, String, String)
Uploads a theme from from the specified file path.
Public methodRenameTheme
Renames a theme file.
Public methodResumeSession
Resumes a saved session.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUploadPackage(String, String, Stream)
Uploads a package to HotDocs Cloud Services from a stream.
Public methodUploadPackage(String, String, String)
Uploads a package to HotDocs Cloud Services from the specified file path.
Back to Top
See Also