Version

SerializeWithNewName Method

Serializes the current dashboard in '.rdash' format to a byte array, the title of the dashboard is changed to match the specified name.
Syntax
'Declaration
 
Public Function SerializeWithNewName( _
   ByVal newName As String _
) As Task(Of Byte())
public Task<byte[]> SerializeWithNewName( 
   string newName
)

Parameters

newName
The new name of the dashboard, it changes the title attribute of the dashboard object
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also