return a list of all tags based on their ordering in configuration file
Namespace: Composite.Plugins.Components.ComponentTagsAssembly: Composite (in Composite.dll) Version: 6.1.6325.31818
Syntax
C# |
---|
public IEnumerable<string> GetAllTags() |
Visual Basic |
---|
Public Function GetAllTags As IEnumerable(Of String) |
Visual C++ |
---|
public: IEnumerable<String^>^ GetAllTags() |
Return Value
[Missing <returns> documentation for "M:Composite.Plugins.Components.ComponentTags.TagManager.GetAllTags"]