Defines methods for how policy documents will be delivered.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As DeliveryType

Syntax

Visual Basic
Public Enumeration DeliveryType
C#
public enum DeliveryType
C++
public enum class DeliveryType
J#
public enum DeliveryType
JScript
public enum DeliveryType

Members

Member name Description
ClientPrint The policy documents will be printed by the client.
None The method for delivering the policy documents is not specified.
ServerPrint The policy documents will be printed by the FIM CM server.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also