| MailTemplateControllerGetId Method |
Returns the Id of a mail template from its UId.
The method doesn't consider the security model.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic int GetId(
Guid mailTemplateUId
)
Parameters
- mailTemplateUId
- Type: SystemGuid
Return Value
Type:
Int32
Returns the Id of the specified mail template.
If the specified mail template doesn't exist zero is returned.
See Also