GetNewIdRequest Class

Requests a new unique ID in the requested IdType of Uri or Guid.

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

Syntax

[DataContractAttribute(Name = "GetNewIdRequest", Namespace = "https://schemas.microsoft.com/imm/2007/07/DamDataContracts")]
public class GetNewIdRequest

Remarks

Each service implementation is responsible for generating a unique identifier (UUID) for use in tracking the assets. This unique identifier is used as the Subject of the RDF triple that is stored in the IMM RDF store. It may also be desirable to call an external Registration Authority in this method to retrieve a globally unique identifier.

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Imm.Sdk.Services.Dam..::.GetNewIdRequest

See Also

GetNewIdRequest Members

Microsoft.Imm.Sdk.Services.Dam Namespace