ContentDatabase Class |
Namespace: Colygon.MatchPoint.Workspaces.Configuration
[SerializableAttribute] public sealed class ContentDatabase
The ContentDatabase type exposes the following members.
Name | Description | |
---|---|---|
ContentDatabase | Initializes a new instance of the ContentDatabase class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
ContentDatabaseExpression | 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. |