ThmxTheme.File property
Gets the SPFile associated with this theme if applicable.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ScriptIgnoreAttribute> _
Public ReadOnly Property File As SPFile
Get
'Usage
Dim instance As ThmxTheme
Dim value As SPFile
value = instance.File
[ScriptIgnoreAttribute]
public SPFile File { get; }
Property value
Type: Microsoft.SharePoint.SPFile
The theme file.