Services Members

The Services type exposes the following members.
Constructors

  NameDescription
Public methodServices
Constructor for Services, which requires the subscriber's ID and signing key. These are necessary to authenticate requests sent to HotDocs Cloud Services.
Back to Top
Methods

  NameDescription
Public methodAssembleDocument
Assembles a document from the given template, answers and settings.
Public methodBuildSupportFiles
This method does nothing in the case of HotDocs Cloud Services because the template package already contains all of the interview runtime ("support") files required to display an interview for the template. These files are built by HotDocs Developer at the time the package is created, and Cloud Services does not have the ability to re-create them.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodGetAnswers
This method overlays any answer collections passed into it, into a single XML answer collection.
Public methodGetComponentInfo
Returns metadata about the variables/types (and optionally dialogs & mapping info) for the indicated template's interview.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetInterview
Returns an HTML fragment suitable for inclusion in any standards-mode web page, which embeds a HotDocs interview directly in that web page.
Public methodGetInterviewFile
Retrieves a file required by the interview. This could be either an interview definition that contains the variables and logic required to display an interview (questionaire) for the main template or one of its inserted templates, or it could be an image file displayed on a dialog within the interview.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodRemoveSupportFiles
This method does nothing in the case of HotDocs Cloud Services because the template package already contains all of the interview runtime ("support") files required to display an interview for the template. These files are built by HotDocs Developer at the time the package is created, and Cloud Services simply uses the files from the package rather than building and caching them separately.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyHostAddress
Specifies the Cloud Services host address. Leave as null for the default address.
Public propertyProxyAddress
Specifies the proxy address. Leave as null for no proxy.
Back to Top
See Also