DeploymentSyncParameterEntryKind Enum

Definition

Specifies the types of deployment synchronization parameter entries.

public enum class DeploymentSyncParameterEntryKind
public enum DeploymentSyncParameterEntryKind
type DeploymentSyncParameterEntryKind = 
Public Enum DeploymentSyncParameterEntryKind
Inheritance
DeploymentSyncParameterEntryKind

Fields

DeploymentObjectAttribute 4

Indicates that a DeploymentSyncParameterEntry object type is a DeploymentObjectAttribute.

DestinationBinding 6

Indicates that a DeploymentSyncParameterEntry object type is a destination binding.

DestinationVirtualDirectory 5

Indicates that a DeploymentSyncParameterEntry object type is a destination virtual directory in a deployment operation.

ProviderPath 7

Indicates that a DeploymentSyncParameterEntry object type is a deployment provider type.

TextFile 2

Indicates that a DeploymentSyncParameterEntry object type is a text file.

TextFilePosition 3

Indicates that a DeploymentSyncParameterEntry object type is a text file position.

Unknown 0

Indicates that a DeploymentSyncParameterEntry object type is not known.

XmlFile 1

Indicates that a DeploymentSyncParameterEntry object type is an XML File.

Applies to

See also