Sets a TAG to an existing template.
Tip: this can be the name of the template identifier.
public Boolean ADRSetTemplateTag( int TemplateID, String TemplateTag );
Public Function ADRSetTemplateTag( ByVal TemplateID As Integer, ByVal TemplateTag As String ) As Boolean
|
Parameters |
Description |
|
TemplateID |
An existing template ID. |
|
TemplateTag |
The tag value. Must be < 256 characters length. |
True if success, else False (unknown template).
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|