NameChanges.HasNameChanged(NameChanges+EntryType, String) Method

Definition

Indicates whether the name has changed.

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

Parameters

type
NameChanges.EntryType

The entry type of the name change.

oldName
String

The old name of the object.

Returns

true if the name has changed; otherwise, false.

Applies to