Click or drag to resize

PFAdminExternalConnectionViewModel Properties

The PFAdminExternalConnectionViewModel type exposes the following members.

Properties
  NameDescription
Public propertyActive
Gets or sets a value indicating whether this PFAdminExternalConnectionViewModel is active. Enabled
Public propertyAddress
Gets or sets the address properties list.
Public propertyAddressHtml
Gets or sets the HTML markup for the address control.
Public propertyAllowSuppression
Gets or sets a value indicating whether Packflow item suppression is allowed for this connection. AllowItemDeletion
Public propertyAppContext
Gets or sets the application context for this connection. Can be set only for non-created connections.
Public propertyBatchSize
Gets or sets the size of the batch when synchronizing items. BatchSize
Public propertyBindings
Gets or sets the bindings on the connection.
Public propertyContentTypeGuid
Gets or sets the content type unique identifier.
Public propertyContentTypeId
Gets or sets the content type identifier.
Public propertyCreated
Gets or sets a value indicating whether this PFAdminExternalConnectionViewModel is created in Packflow.
Public propertyCreateItemEventOnSync
Gets or sets a value indicating whether an item event has to be created on synchronization. AddEventOnSync
Public propertyDescription
Gets or sets a description of the connection.
Public propertyDirty
Returns true if the object is dirty
Public propertyFieldsHtml
Gets or sets the bindings HTML markup. Contains two series: Source fields and Packflow fields.
Public propertyFrequencyDays
Gets or sets the synchronization frequency days component. Days
Public propertyFrequencyHours
Gets or sets the synchronization frequency hours component. Hours
Public propertyFrequencyMinutes
Gets or sets the synchronization frequency minutes component. Minutes
Public propertyGuid
Gets or sets the Packflow unique identifier.
Public propertyId
Gets or sets the Packflow Id of the connection.
Public propertyLastSync
Gets or sets the last synchronization time display value.
Public propertyName
Gets or sets the name of the connection.
Public propertyPossibleAppContexts
Gets or sets a list of possible application contexts.
Public propertyPossibleTypes
Gets or sets a list of possible connection types display values. PFExternalConnection_Type
Public propertyScheduledSync
Gets or sets a value indicating whether synchronization is scheduled for this connection. Enabled
Public propertySchemaData
Gets or sets the schema data.
Public propertySkipRequiredFieldCheck
Gets or sets a value indicating whether required fields can be left empty when saving an item during a synchronization. SkipRequiredFieldCheck
Public propertySyncOrder
Gets or sets the synchronization order. OrderNo
Public propertySyncPermission
Gets or sets the synchronization permission display value. SynchronizationPermission
Public propertyTwoPasses
Gets or sets a value indicating whether this connection should be synchronized a second time after a global synchronization. This allows to handle two inter-referenced content. SecondPass
Public propertyType
Gets or sets the connection type display value. PFExternalConnection_Type
Top
See Also