Docusign CSharp Docs
Properties | List of all members
DocuSign.eSign.Api.TemplatesApi.ListTemplatesOptions Class Reference

Gets the definition of a template. Retrieves the list of templates for the specified account. The request can be limited to a specific folder. More...

Properties

string count [get, set]
 Number of records to return in the cache.
 
string createdFromDate [get, set]
 
string createdToDate [get, set]
 
string folderIds [get, set]
 A comma separated list of folder ID GUIDs.
 
string folderTypes [get, set]
 
string fromDate [get, set]
 Start of the search date range. Only returns templates created on or after this date/time. If no value is specified, there is no limit on the earliest date created.
 
string include [get, set]
 A comma separated list of additional template attributes to include in the response. Valid values are: recipients, folders, documents, custom_fields, and notifications.
 
string isDeletedTemplateOnly [get, set]
 
string isDownload [get, set]
 
string modifiedFromDate [get, set]
 
string modifiedToDate [get, set]
 
string order [get, set]
 Sets the direction order used to sort the list. Valid values are: -asc = ascending sort order (a to z) -desc = descending sort order (z to a)
 
string orderBy [get, set]
 Sets the file attribute used to sort the list. Valid values are: -name: template name -modified: date/time template was last modified. -used: date/time the template was last used.
 
string searchFields [get, set]
 
string searchText [get, set]
 The search text used to search the names of templates.
 
string sharedByMe [get, set]
 If true, the response only includes templates shared by the user. If false, the response only returns template not shared by the user. If not specified, the response is not affected.
 
string startPosition [get, set]
 The starting index for the first template shown in the response. This must be greater than or equal to 0 (zero).
 
string templateIds [get, set]
 
string toDate [get, set]
 End of the search date range. Only returns templates created up to this date/time. If no value is provided, this defaults to the current date.
 
string usedFromDate [get, set]
 Start of the search date range. Only returns templates used or edited on or after this date/time. If no value is specified, there is no limit on the earliest date used.
 
string usedToDate [get, set]
 End of the search date range. Only returns templates used or edited up to this date/time. If no value is provided, this defaults to the current date.
 
string userFilter [get, set]
 Sets if the templates shown in the response Valid values are: -owned_by_me: only shows templates the user owns. -shared_with_me: only shows templates that are shared with the user. -all: shows all templates owned or shared with the user.
 
string userId [get, set]
 

Detailed Description

Gets the definition of a template. Retrieves the list of templates for the specified account. The request can be limited to a specific folder.


The documentation for this class was generated from the following file: