[This is preliminary documentation and is subject to change.]
Gets the SMS string for the system template. The cariable are represented as {{domain.property:length}}
where domain and property are the same as represented in the template but length is the maximum
length of the string for this variable. If the variable length exceeds this value, there will be a ...
appended to the end.
Namespace:
OfficeClip.BusinessLayer.TemplateAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public static string GetSystemTemplateSMS( TemplateNameId stId ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetSystemTemplateSMS ( _ stId As TemplateNameId _ ) As String |
Visual C++ |
---|
public: static String^ GetSystemTemplateSMS( TemplateNameId stId ) |