getUniqueServiceName
FunctiongetUniqueServiceName(name: string, type: string, session: ArcGISIdentityManager, step: number): Promise<string>
Given a starting name, return a service name that is unique within the current users organization
Parameters
Parameter | Type | Notes |
---|---|---|
name | string | |
type | string | |
session | ArcGISIdentityManager | |
step | number |
Returns
Promise<string>
{Promise<string>}