NamedMetadataObjectCollection<T,P>.GetNewName Method

Definition

Overloads

GetNewName()

Gets a unique new name for the object.

GetNewName(String)

Gets a unique new name for the object with the specified name prefix.

GetNewName()

Gets a unique new name for the object.

public string GetNewName ();
member this.GetNewName : unit -> string
Public Function GetNewName () As String

Returns

A unique new name for the object.

Applies to

GetNewName(String)

Gets a unique new name for the object with the specified name prefix.

public string GetNewName (string namePrefix);
member this.GetNewName : string -> string
Public Function GetNewName (namePrefix As String) As String

Parameters

namePrefix
String

The name prefix.

Returns

A unique new name for the object with the specified name prefix.

Applies to