'Declaration Public Overloads Shared Function GetThemeName( _ ByVal fileName As System.String _ ) As System.String
public static System.string GetThemeName( System.string fileName )
Parameters
- fileName
- The file containing the theme XML.
Return Value
The name of the theme, or null if no theme could be found in the file.