ProjectThemesRootFolder Property |
Gets the themes root folder.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Folder? ThemesRootFolder { get; }
Public ReadOnly Property ThemesRootFolder As Folder
Get
public:
property Folder^ ThemesRootFolder {
Folder^ get ();
}
member ThemesRootFolder : Folder with get
Property Value
Type:
FolderThe themes root folder.
See Also