Share via


ThmxTheme.Open method (Stream)

Opens a theme package on the specified stream.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function Open ( _
    stream As Stream _
) As ThmxTheme
'Usage
Dim stream As Stream
Dim returnValue As ThmxTheme

returnValue = ThmxTheme.Open(stream)
public static ThmxTheme Open(
    Stream stream
)

Parameters

Return value

Type: Microsoft.SharePoint.Utilities.ThmxTheme
A ThmxTheme object that represents the opened theme.

See also

Reference

ThmxTheme class

ThmxTheme members

Open overload

Microsoft.SharePoint.Utilities namespace