NameChanges.GetNewName(NameChanges+EntryType, String) Method

Definition

Gets the new name of the object.

public:
 System::String ^ GetNewName(Microsoft::ReportingServices::RdlObjectModel::NameChanges::EntryType type, System::String ^ oldName);
public string GetNewName (Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType type, string oldName);
member this.GetNewName : Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType * string -> string
Public Function GetNewName (type As NameChanges.EntryType, oldName As String) As String

Parameters

type
NameChanges.EntryType

The entry type of the name change.

oldName
String

The old name of the object.

Returns

The new name of the object.

Applies to