GetContractTemplateCustomAttributes
This method gets all custom attributes for the specified contract template.
CustomAttributesCollection GetContractTemplateCustomAttributes (long contractTemplateFolderItemId);
|
Name |
Type |
Description |
|---|---|---|
|
contractTemplateFolderItemId |
long |
The ID of the contract template folder item. |
The custom attributes, as type CustomAttributesCollection.
None.
GetContractTemplateFolderItems
This method gets a list of contract template folder items in the system for which the name matches the search string.
EntityListData GetContractTemplateFolderItems(string searchText);
|
Name |
Type |
Description |
|---|---|---|
|
searchText |
string |
The text to search for. The search string is optional and can be left empty. If used, it can contain an asterisk as a wildcard for the search. |
The list of the contract template folder items, as type EntityListData which contains the name and the folder item ID of contract templates.
None.
| Copyright © 2012 CA. Alle Rechte vorbehalten. | Senden Sie CA Technologies eine E-Mail zu diesem Thema. |