Share via


IDamOperations Interface

Interface that defines IMM DAM Service. Used when implementing WCF services that the IMM components need to work with.

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

Syntax

[ServiceContractAttribute(Name = "DamService", Namespace = "https://schemas.microsoft.com/imm/2007/07/Dam")]
public interface IDamOperations

Remarks

It is recommended that the out-of-box DAM service be used however if a customer requires that a custom DAM service be developed this interface can be used to ensure that the developed service works with the IMM components.

See Also

IDamOperations Members

Microsoft.Imm.Sdk.Services.Dam Namespace