ListDefinition Class |
Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
[SerializableAttribute] public class ListDefinition : BaseObjectDefinition
The ListDefinition type exposes the following members.
Name | Description | |
---|---|---|
ListDefinition | Initializes a new instance of the ListDefinition class |
Name | Description | |
---|---|---|
Create | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
ActivateTagging | If enabled, the list will be activated for MatchPoint. | |
Columns | Contains columns that will be available on the new list. | |
ContentTypes | Specifies a list of content types that should be applied to this list. | |
Description | Specifies a description for the list. | |
DescriptionResource | Contains string translations for the description parameter in different languages. | |
DisplayOnQuickLaunch | If enabled, the list will be displayed on the quick launch section of the site. | |
EnableFolderCreation | If enabled, the user is able to create folders in this list. | |
FolderSettings | Contains folder settings of this container element. | |
Forms | ||
Hidden | If enabled, the list is hidden. | |
Items | Contains folders and list items that are to be created within the list. | |
Name | Specifies the name for the list / root folder. If specified the list will be created under this path (e.g. '/lists/<name>'), if omitted the 'Title' will be used instead. Existing lists of the base template can be referenced by this value (the name of the existing lists rootfolder is compared with this value). If omitted the 'Title' field is used as the name of the list. | |
PermissionAssignments | Contains permission assignment definitions for this object. (Inherited from BaseObjectDefinition.) | |
Rating | If enabled, the list supports rating according to the selected mode. | |
RemoveContentTypes | Specifies whether all existing content types on this list should be removed. | |
Tags | Specifies a list of tags which will be applied to the current object. (Inherited from BaseObjectDefinition.) | |
Template | Specifies the template for the list. | |
Title | Specifies the title for the list. Existing lists of the base template can be referenced by this value (the title of the existing lists is compared with this value). If omitted the 'Name' field is used as the title of the list. | |
TitleColumnName | Specifies the display name for the title column. | |
TitleColumnNameResource | Contains string translations for the name parameter in different languages. | |
TitleResource | Contains string translations for the title parameter in different languages. | |
VersioningSettings | Specifies the versioning settings for the list. | |
Views | Contains custom views that will be available on the new list. | |
Workflows | Contains workflows that are to be activated on the list. |