Click or drag to resize

ContentDatabase Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Workspaces.ConfigurationContentDatabase

Namespace:  Colygon.MatchPoint.Workspaces.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class ContentDatabase

The ContentDatabase type exposes the following members.

Constructors
  NameDescription
Public methodContentDatabase
Initializes a new instance of the ContentDatabase class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldContentDatabaseExpression
If you don't choose a content databases, all available content databases will be used. If you choose more than one content database, the workspace will be created in the content database which has the highest free capacity. Also the content database status is included in the prioritisation. The expression can return one or more names of content databases. You can also use the asterisk operator to provide 'begins with' names (e.g. 'MyContentDBNumber*'). User input can be accessed by a placeholder using the 'Self' variable, e.g. '{Self.FieldName}'. See 'SiteId' (on the node 'WorkspaceTemplateConfiguration') for more information.
Top
Remarks
This is a MatchPoint configuration class.
See Also