UIQuery.AddRibbonTemplateInclude Method
Adds a scaling template to the query output.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Sub AddRibbonTemplateInclude ( _
templateId As String _
)
'Usage
Dim instance As UIQuery
Dim templateId As String
instance.AddRibbonTemplateInclude(templateId)
public void AddRibbonTemplateInclude(
string templateId
)
Parameters
templateId
Type: System.StringThe identifier of the scaling template to include in the query results.