Gets a Page Template Feature based on name.
Namespace: Composite.Plugins.PageTemplates.MasterPagesAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public Control GetPageTemplateFeature( string featureName ) |
Visual Basic |
---|
Public Function GetPageTemplateFeature ( _ featureName As String _ ) As Control |
Visual C++ |
---|
public: Control^ GetPageTemplateFeature( String^ featureName ) |
Parameters
- featureName
- Type: System..::..String
Name of the Page Template Feature to return.