Method | Description | |
---|---|---|
AdjustIdentifier ( string identifier ) : string |
Given an identifier, makes it unique within the scope by adding a suffix (1, 2, 3, ...), and returns the adjusted identifier.
|
|
UniqueIdentifierService ( ) : System |
public AdjustIdentifier ( string identifier ) : string | ||
identifier | string | |
return | string |