Share via


GetNewId Method

Generates a new Unique ID from the DAM

Namespace:  Microsoft.Imm.Sdk.Services.Dam
Assembly:  Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)

Syntax

[FaultContractAttribute(typeof(QueryFaultDetail))]
[OperationContractAttribute(Action = "GetId")]
[FaultContractAttribute(typeof(GetNewIdFaultDetail))]
[FaultContractAttribute(typeof(ExceptionDetail))]
GetNewIdResponse GetNewId(
    GetNewIdRequest getIdRequest
)

Parameters

Return Value

[Missing <returns> documentation for M:Microsoft.Imm.Sdk.Services.Dam.IDamOperations.GetNewId(Microsoft.Imm.Sdk.Services.Dam.GetNewIdRequest)]

Remarks

See Also

IDamOperations Interface

Microsoft.Imm.Sdk.Services.Dam Namespace