| Name |
Description |
| Name |
Required Text. Internal name of the Feature. Limited to 255 characters. The name has to be unique within the project of this solution. It should not contain whitespaces or special characters. |
| Title |
Required Text. Title (friendly name) of the Feature. Limited to 255 characters. |
| Description |
Required Text. Longer description of the Features purpose. |
| Scope |
Required Choice. Scope in which the Feature can be activated and contains one of the following values: Farm (farm), WebApplication (Web application), Site (site collection), Web (Web site). |
| Hidden |
Optional Boolean. Specifies if the feature should be hidden on the Feature activation webpages. This attribute equals FALSE by default. |
| Create Feature Receiver |
Optional Boolean. When activated, a feature receiver class file will be created and linked to the Feature. This attribute equals FALSE by default. |
| Create default elements.xml |
Optional Boolean. When activated the recipe creates a default elements.xml file. This attribute equals TRUE by default. |
| Feature ID |
Required GUID. The GUID will be autogenerated by the recipe, but can be customized if neccesary. |
| Feature Version |
Optional Text. Specifies a System.Version-compliant representation of the version of a Feature. This can be up to four numbers delimited by decimals that represent a version. |
| Creator |
Optional Text. Name of the creator of the Feature stored in the feature.xml. |
| Activation Dependencies |
Optional GUID. One or multiple Features of which the activation of this Feature should depend on. The dependencies can be either out of the box SharePoint Features or custom Features of this project. |
| Activate On Default |
Optional Boolean. TRUE if the Feature is activated by default during installation or when a Web application is created; FALSE if the Feature is not activated. This attribute equals TRUE by default. The ActivateOnDefault attribute does not apply to site collection (Site) or Web site (Web) scoped Features. In general, Farm-scoped Features become activated during installation, and when a new Web application is created, all installed Web application-scoped Features in it become activated. |
| Always Force Install |
Optional Boolean. TRUE if the Feature is installed by force during installation even if the Feature is already installed. For example, if set to TRUE, Feature installation callouts will always fire anytime a user tries to install the Feature (even if it is already installed) by using either the scanforFeatures or installfeature command-line operation. This attribute equals FALSE by default. The AlwaysForceInstall attribute affects Features of all scopes. |
| Auto Activate In Central Admin |
Optional Boolean. TRUE if the Feature is activated by default in the Administrative Web site, site collection, or Web application. This attribute equals FALSE by default. The AutoActivateInCentralAdmin attribute does not apply to Farm-scoped Features. |
| Require Resources |
Optional Boolean. TRUE to specify that Windows SharePoint Services check whether resources exist for the Feature by verifying that the standard "sentinel" resource for the Feature is present for a particular culture. The RequireResources attribute allows you to constrict the visibility of certain Features depending on whether resources exist in a particular language for the Feature. |
| Name |
Description |
| Parent Content Type |
Required. New content type will be derived from the selected parent content type. |
| Name |
Required Text. Specifies the content type name. |
| Description |
Optional Text. Provides a description for the content type, to display in the Windows SharePoint Services user interface. |
| Group |
Optional Text. Specifies the content type group to which the content type is assigned. Content type groups are user-defined groups that help you organize your columns into logical categories. |
| Fields |
Optional. Specifies a column to reference in this content type. |
| Remove Fields |
Optional. Specifies a column reference, included in the parent content type, to be removed from this content type. |
| Document Template |
Optional Text. Document template which is used for creation of new items based on this content type. |
| Place template in _layouts folder for easier upgrade |
Optional Boolean. If checked, the selected document template will be placed inside the /_layouts/ in SharePoint and can be updated easier in the future. Otherwise the document template will be stored in the database. |
| Item Adding |
Optional Boolean. If checked an event handler for ItemAdding event is added to the content type. |
| Item Added |
Optional Boolean. If checked an event handler for ItemAdded event is added to the content type. |
| Item Updating |
Optional Boolean. If checked an event handler for ItemUpdating event is added to the content type. |
| Item Updated |
Optional Boolean. If checked an event handler for ItemUpdated event is added to the content type. |
| Item Deleting |
Optional Boolean. If checked an event handler for ItemDeleting event is added to the content type. |
| Item Deleted |
Optional Boolean. If checked an event handler for ItemDeleted event is added to the content type. |
| Custom Display Form |
Optional Boolean. If checked a custom form for the display mode of the content type is added. |
| Custom Edit Form |
Optional Boolean. If checked a custom form for the edit mode of the content type is added. |
| Custom New Form |
Optional Boolean. If checked a custom form for the creation of the content type is added. |
| Content Type ID |
Required Text. Specifies the content type ID of the content type. |
| Content Type Version |
Reserved for future use. |
| Hidden |
Optional Boolean. TRUE to define the content type as hidden. If you define a content type as hidden, Windows SharePoint Services does not display that content type on the New button in list views. If you do not include this attribute, Windows SharePoint Services treats the content type as if this attributes was set to FALSE. |
| Read Only |
Optional Boolean. TRUE to define the content type as read-only. If you do not include this attribute, Windows SharePoint Services treats the content type as if this attributes was set to FALSE. |
| Sealed |
Optional Boolean. TRUE to define the content type as sealed. You must have site collection administrator rights to unseal and edit a content type defined as sealed. If you do not include this attribute, Windows SharePoint Services treats the content type as if this attributes was set to FALSE. |
| Name |
Description |
| Base Template |
Required Integer. Specifies the base type, or default schema, for lists created from the definition. |
| Name |
Required Text. Specifies the internal name of the list definition. No spaces or special characters can be used. This name is also used to find the folder that contains the Schema.xml file that defines the schema in use. |
| DisplayName |
Required Text. Specifies the display name of the list definition. |
| Description |
Optional Text. Provides a description of the list definition. |
| Category |
Optional Text. Specifies the category with which to associate lists created through the list definition. |
| Sequence |
Optional Integer. Specifies the ordering priority to use for the list template on the Create page. If Sequence is not set, the template appears last in arbitrary order with any other templates that also lack a Sequence value. Two templates that specify the same sequence are sorted together in an arbitrary order. |
| Type |
Optional Integer. Provides a unique identifier for the template. This identifier must be unique within the feature, but need not be unique across all feature definitions or site definitions. |
| Base Type |
Required Integer. Specifies the base type, or default schema, for lists created from the definition. |
| Additional Content Types |
Optional Content Types. |
| Default in new sites |
Optional Boolean. TRUE to specify that new SharePoint sites will include this list. |
| OnQuickLaunch |
Optional Boolean. TRUE to display lists created from the list definition on the QuickLaunch bar. |
| DisableAttachments |
Optional Boolean. TRUE to specify that users can attach files to items in lists created through the template; otherwise, FALSE. |
| DisallowContentTypes |
Optional Boolean. TRUE to specify that content types can be managed on lists created through the template; otherwise, FALSE. |
| VersioningEnabled |
Optional Boolean. TRUE to specify that versioning is enabled by default in lists created through the template; otherwise, FALSE. |
| FolderCreation |
Optional Boolean. TRUE to enable folder creation within the list and to specify that the New Folder command appears on the New menu in list views; otherwise, FALSE. |
| EnableModeration |
Optional Boolean. TRUE to specify that content approval is enabled by default in lists created through the template; otherwise, FALSE. |
| Hidden |
Optional Boolean. TRUE to specify that the list definition is not available on the Create page for creating lists. |
| HiddenList |
Optional Boolean. TRUE to specify that a list created from the list definition is hidden. |
| Security Read |
Optional Text. Defines the item-level permissions in the list for users with sufficient permission to read or edit list items. The SecurityBits attribute contains a 2-digit string. The first digit in the string controls the read access; the second digit in the string controls the edit access. |
| Security Edit |
Optional Text. Defines the item-level permissions in the list for users with sufficient permission to read or edit list items. The SecurityBits attribute contains a 2-digit string. The first digit in the string controls the read access; the second digit in the string controls the edit access. |
| Name |
Description |
| Title |
Required Text. Title of the list in the schema. |
| Description |
Optional Text. Contains a description of the list. |
| Template Type |
|
| Url |
Required Text. Returns the site-relative URL at which to place the list. |
| RootWebOnly |
Optional Boolean. TRUE to specify that the list created from the definition exists only in the root Web site of a site collection. |
| OnQuickLaunch |
Optional Boolean. TRUE to display lists created from the list definition on the Quick Launch bar. |
| QuickLaunchUrl |
Optional Text. Specifies the URL of the view page to open for the list through Quick Launch navigation. |
| Id |
Required Text. Specifies a unique identifier for the list instance. The integer must be unique across the Feature definition. |
| Name |
Description |
| ID |
Required Text. Specifies the GUID of the field. |
| Name |
Required Text. The name of a field. This is the internal name of a field and is guaranteed never to change for the lifetime of the field definition. It must be unique with respect to the set of fields in a list. The name is autogenerated based on the user-defined name for a field. |
| Display Name |
Optional Text. The displayed name for a field. There is no restriction on text size or use of spaces. The display name can be edited by the user and can change after initial field creation. This name is used as a column heading when the field is displayed in a table view and as a form label when the field is displayed in a form. The FieldName tag returns the display name if given; otherwise, it defaults to the Name attribute. |
| Description |
Optional Text. Provides the description that is shown in the edit form for a list if a field description is specified. By default, fields in Microsoft Windows SharePoint Services do not have descriptions. |
| Group |
Optional Text. Specifies the column group to which the field belongs. |
| Name |
Description |
| Content Type |
Select the content type to which the custom action should be added. |
| Title |
Required Text. Specifies the end user description for this action. |
| Description |
Optional Text. Specifies a longer description for the action that is exposed as a tooltip or sub-description for the action. |
| Sequence |
Optional Integer. Specifies the ordering priority for actions. |
| Custom Action ID |
Optional Text. Specifies a unique identifier for the custom action. The ID may be a GUID, or it may be a unique term, for example, "HtmlViewer". |
| Show In Lists |
|
| Show In ReadyOnly ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for read-only content types on the page for managing content types. The default value is FALSE. |
| Show In Sealed ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for sealed content types on the page for managing content types. The default value is FALSE. |
| Require Site Administrator |
Optional Boolean. TRUE to specify that the item be displayed only if the user is a site administrator; otherwise, FALSE. Using the RequireSiteAdministrator attribute for the drop-down menu of Windows SharePoint Services commands associated with list items is not supported. |
| Rights |
Optional Text. Specifies a set of rights that the user must have in order for the link to be visible. If not specified, then the action always appears in the list of actions. The set of rights are grouped logically according to AND logic. |
| Type of action |
Required. Select the type of action that should be performed after click. |
| Url Page |
Optional Text. Select a page where the custom action should link to. Only required if field 'Type of action' is 'UrlAction'. |
| Use URL Prefix |
Optional Text. Select the prefix which should be placed at the beginning of the url action. |
| Name |
Description |
| Extension |
Enter the file extension. |
| Title |
Required Text. Specifies the end user description for this action. |
| Description |
Optional Text. Specifies a longer description for the action that is exposed as a tooltip or sub-description for the action. |
| Sequence |
Optional Integer. Specifies the ordering priority for actions. |
| Custom Action ID |
Optional Text. Specifies a unique identifier for the custom action. The ID may be a GUID, or it may be a unique term, for example, "HtmlViewer". |
| Show In Lists |
|
| Show In ReadyOnly ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for read-only content types on the page for managing content types. The default value is FALSE. |
| Show In Sealed ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for sealed content types on the page for managing content types. The default value is FALSE. |
| Require Site Administrator |
Optional Boolean. TRUE to specify that the item be displayed only if the user is a site administrator; otherwise, FALSE. Using the RequireSiteAdministrator attribute for the drop-down menu of Windows SharePoint Services commands associated with list items is not supported. |
| Rights |
Optional Text. Specifies a set of rights that the user must have in order for the link to be visible. If not specified, then the action always appears in the list of actions. The set of rights are grouped logically according to AND logic. |
| Type of action |
Required. Select the type of action that should be performed after click. |
| Url Page |
Optional Text. Select a page where the custom action should link to. Only required if field 'Type of action' is 'UrlAction'. |
| Use URL Prefix |
Optional Text. Select the prefix which should be placed at the beginning of the url action. |
| Name |
Description |
| Content Type |
Select the document type to which the custom action should be added.
|
| Title |
Required Text. Specifies the end user description for this action. |
| Description |
Optional Text. Specifies a longer description for the action that is exposed as a tooltip or sub-description for the action. |
| Sequence |
Optional Integer. Specifies the ordering priority for actions. |
| Custom Action ID |
Optional Text. Specifies a unique identifier for the custom action. The ID may be a GUID, or it may be a unique term, for example, "HtmlViewer". |
| Show In Lists |
|
| Show In ReadyOnly ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for read-only content types on the page for managing content types. The default value is FALSE. |
| Show In Sealed ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for sealed content types on the page for managing content types. The default value is FALSE. |
| Require Site Administrator |
Optional Boolean. TRUE to specify that the item be displayed only if the user is a site administrator; otherwise, FALSE. Using the RequireSiteAdministrator attribute for the drop-down menu of Windows SharePoint Services commands associated with list items is not supported. |
| Rights |
Optional Text. Specifies a set of rights that the user must have in order for the link to be visible. If not specified, then the action always appears in the list of actions. The set of rights are grouped logically according to AND logic. |
| Type of action |
Required. Select the type of action that should be performed after click. |
| Url Page |
Optional Text. Select a page where the custom action should link to. Only required if field 'Type of action' is 'UrlAction'. |
| Use URL Prefix |
Optional Text. Select the prefix which should be placed at the beginning of the url action. |
| Name |
Description |
| List Type |
Select the list type where the action should be added. |
| Toolbar |
Select the location where the action should be added. |
| Title |
Required Text. Specifies the end user description for this action. |
| Description |
Optional Text. Specifies a longer description for the action that is exposed as a tooltip or sub-description for the action. |
| Sequence |
Optional Integer. Specifies the ordering priority for actions. |
| Custom Action ID |
Optional Text. Specifies a unique identifier for the custom action. The ID may be a GUID, or it may be a unique term, for example, "HtmlViewer". |
| Show In Lists |
|
| Show In ReadyOnly ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for read-only content types on the page for managing content types. The default value is FALSE. |
| Show In Sealed ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for sealed content types on the page for managing content types. The default value is FALSE. |
| Require Site Administrator |
Optional Boolean. TRUE to specify that the item be displayed only if the user is a site administrator; otherwise, FALSE. Using the RequireSiteAdministrator attribute for the drop-down menu of Windows SharePoint Services commands associated with list items is not supported. |
| Rights |
Optional Text. Specifies a set of rights that the user must have in order for the link to be visible. If not specified, then the action always appears in the list of actions. The set of rights are grouped logically according to AND logic. |
| Type of action |
Required. Select the type of action that should be performed after click. |
| Url Page |
Optional Text. Select a page where the custom action should link to. Only required if field 'Type of action' is 'UrlAction'. |
| Use URL Prefix |
Optional Text. Select the prefix which should be placed at the beginning of the url action. |
| Name |
Description |
| List Type |
Select the list type where the action should be added. |
| Toolbar |
Select the toolbar where the action should be added. |
| Title |
Required Text. Specifies the end user description for this action. |
| Description |
Optional Text. Specifies a longer description for the action that is exposed as a tooltip or sub-description for the action. |
| Sequence |
Optional Integer. Specifies the ordering priority for actions. |
| Custom Action ID |
Optional Text. Specifies a unique identifier for the custom action. The ID may be a GUID, or it may be a unique term, for example, "HtmlViewer". |
| Show In Lists |
|
| Show In ReadyOnly ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for read-only content types on the page for managing content types. The default value is FALSE. |
| Show In Sealed ContentTypes |
Optional Boolean. TRUE if the custom action is only displayed for sealed content types on the page for managing content types. The default value is FALSE. |
| Require Site Administrator |
Optional Boolean. TRUE to specify that the item be displayed only if the user is a site administrator; otherwise, FALSE. Using the RequireSiteAdministrator attribute for the drop-down menu of Windows SharePoint Services commands associated with list items is not supported. |
| Rights |
Optional Text. Specifies a set of rights that the user must have in order for the link to be visible. If not specified, then the action always appears in the list of actions. The set of rights are grouped logically according to AND logic. |
| Type of action |
Required. Select the type of action that should be performed after click. |
| Url Page |
Optional Text. Select a page where the custom action should link to. Only required if field 'Type of action' is 'UrlAction'. |
| Use URL Prefix |
Optional Text. Select the prefix which should be placed at the beginning of the url action. |
| Name |
Description |
| Menu Location |
|
| Rights |
Optional Text. Specifies a set of rights that the user must have in order for the link to be visible. If not specified, then the action always appears in the list of actions. The set of rights are grouped logically according to AND logic. |
| Title |
Required Text. Specifies the end user description for this action. |
| Description |
Optional Text. Specifies a longer description for the action that is exposed as a tooltip or sub-description for the action. |
| Sequence |
Optional Integer. Specifies the ordering priority for actions. |
| Custom Action ID |
Optional Text. Specifies a unique identifier for the custom action. The ID may be a GUID, or it may be a unique term, for example, "HtmlViewer". |
| Type of action |
Required. Select the type of action that should be performed after click. |
| Url Page |
Optional Text. Select a page where the custom action should link to. Only required if field 'Type of action' is 'UrlAction'. |
| Use URL Prefix |
Optional Text. Select the prefix which should be placed at the beginning of the url action. |
| Name |
Description |
| Rights |
Optional Text. Specifies a set of rights that the user must have in order for the link to be visible. If not specified, then the action always appears in the list of actions. The set of rights are grouped logically according to AND logic. |
| Title |
Required Text. Specifies the end user description for this action. |
| Description |
Optional Text. Specifies a longer description for the action that is exposed as a tooltip or sub-description for the action. |
| Sequence |
Optional Integer. Specifies the ordering priority for actions. |
| Custom Action ID |
Optional Text. Specifies a unique identifier for the custom action. The ID may be a GUID, or it may be a unique term, for example, "HtmlViewer". |
| Type of action |
Required. Select the type of action that should be performed after click. |
| Url Page |
Optional Text. Select a page where the custom action should link to. Only required if field 'Type of action' is 'UrlAction'. |
| Use URL Prefix |
Optional Text. Select the prefix which should be placed at the beginning of the url action. |
| Name |
Description |
| Name |
Required Text. Used as the class name of the event handler. |
| List Template |
Optional Text. Specifies the index of the list template to which the event receiver applies. The following values are the default list template types. |
| List Template Owner |
Optional GUID. Specifies the GUID of the list template owner if the list template is registered via Features, or the name of the site definition if the list template is registered by a site definition. |
| Sequence |
Required Number. Specifies the order to use for the event registration when more than one handler is associated with the feature. |
| Registration with feature receiver |
Optional Boolean. If checked the registration is done with code in a feature receiver. If not it is done via xml. |
| Event Types |
Select the event elements. |
| Name |
Description |
| Name |
Required Text. Used as the class name of the event handler. |
| List Template |
Optional Text. Specifies the index of the list template to which the event receiver applies. The following values are the default list template types. |
| List Template Owner |
Optional GUID. Specifies the GUID of the list template owner if the list template is registered via Features, or the name of the site definition if the list template is registered by a site definition. |
| Sequence |
Required Number. Specifies the order to use for the event registration when more than one handler is associated with the feature. |
| Registration with feature receiver |
Optional Boolean. If checked the registration is done with code in a feature receiver. If not it is done via xml. |
| Event Types |
Select the event elements. |
| Name |
Description |
| Name |
Required Text. Specify the name of the folder which will be created in folder SiteTemplates. Limited to 255 characters. The name has to be unique within the project of this solution. It should not contain whitespaces or special characters. |
| Title |
Required Text. Title of the site template as it appears in the selection of Create Site dialog. Limited to 255 characters. |
| ID |
Required Number. Id of the site template. Should be unique on the farm and greater than 10000. |
| Description |
Required Text. Longer description of the purpose of this site definition. |
| Category |
Required Text. Title of the cateogry in which the site definition should appear in the Create Site dialog. Limited to 255 characters. |
| Hidden |
Optional Boolean. If TRUE hides the site definition from the Create Site dialog. Creation of sites with this definition through code will be still possible. |
| RootWebOnly |
Optional Boolean. If TRUE the site created from the configuration can only exist as the root Web site in a site collection. This attribute is not enforced in site templates (.stp files). |
| Visibility Feature Dependency |
Optional Text. Optional Text. Used in a WebTemp*.xml file to hide the site definition configuration based on the activation state of the specified Feature. This attribute is not supported for Features with Web application scope. |
| Name |
Description |
| Name |
Required Text. Specify the name of the folder which will be created in folder SiteTemplates. Limited to 255 characters. The name has to be unique within the project of this solution. It should not contain whitespaces or special characters. |
| Title |
Required Text. Title of the site template as it appears in the selection of Create Site dialog. Limited to 255 characters. |
| ID |
Required Number. Id of the site template. Should be unique on the farm and greater than 10000. |
| Description |
Required Text. Longer description of the purpose of this site definition. |
| Category |
Required Text. Title of the cateogry in which the site definition should appear in the Create Site dialog. Limited to 255 characters. |
| Hidden |
Optional Boolean. If TRUE hides the site definition from the Create Site dialog. Creation of sites with this definition through code will be still possible. |
| RootWebOnly |
Optional Boolean. If TRUE the site created from the configuration can only exist as the root Web site in a site collection. This attribute is not enforced in site templates (.stp files). |
| Visibility Feature Dependency |
Optional Text. Optional Text. Used in a WebTemp*.xml file to hide the site definition configuration based on the activation state of the specified Feature. This attribute is not supported for Features with Web application scope. |
| Name |
Description |
| Name |
Required Text. Specify the name of the folder which will be created in folder SiteTemplates. Limited to 255 characters. The name has to be unique within the project of this solution. It should not contain whitespaces or special characters. |
| Title |
Required Text. Title of the site template as it appears in the selection of Create Site dialog. Limited to 255 characters. |
| ID |
Required Number. Id of the site template. Should be unique on the farm and greater than 10000. |
| Description |
Required Text. Longer description of the purpose of this site definition. |
| Display Category |
Required Text. Title of the cateogry in which the site definition should appear in the Create Site dialog. Limited to 255 characters. |
| Name |
Required Text. Name of the Master Page. Limited to 255 characters. The name has to be unique within the project of this solution. It should not contain whitespaces or special characters. |
| Title |
Required Text. Title (friendly name) of the Page Layout. Limited to 255 characters. |
| Description |
Optional Text. Description of the Master Page. |
| Page Layout Content Type |
Required Content Type. Content Type of this Page Layout. |
| Name |
Required Text. Name of the Page Layout class file. Limited to 255 characters. The name has to be unique within the project of this solution. It should not contain whitespaces or special characters. |
| Title |
Required Text. Title (friendly name) of the Page Layout. Limited to 255 characters. |
| Description |
Optional Text. Description of the Page Layout. |
| Create Provisioning XML |
Optional Boolean. If TRUE creates a file named Portal.XML with XML data for the creation of subsites after provisioning this site template. |
| Create Provisioning Handler (.cs) |
Optional Boolean. If TRUE creates a cs.file for handling the event of provisioning. |
| Hidden |
Optional Boolean. If TRUE hides the site definition from the Create Site dialog. Creation of sites with this definition through code will be still possible. |
| Allow global Feature associations |
Optional Boolean. If TRUE the site definition is allowed to be associated to global features. |
| Root Web Only |
Optional Boolean. If TRUE the site created from the configuration can only exist as the root Web site in a site collection. This attribute is not enforced in site templates (.stp files). |
| Sub Web Only |
Optional Boolean. If TRUE tthe site created from the configuration can only exist as a subsite within a site collection. |
| Name |
Description |
| Export Name |
Required Text. Name of the export, e.g. ExportedWorkflows, ExportedDocuments etc. Limited to 255 characters. The name has to be unique within the project of this solution. It should not contain whitespaces or special characters. |
| Include Security |
Optional Boolean. TRUE to export security settings for all elements. |
| Include Versions |
Optional Boolean. TRUE to export all versions. |
| Export Method |
Choose the export method. |
| Exclude Dependencies |
Optional Boolean. TRUE to exclude the dependencies of the content. |
| Extract after import |
Optional Boolean. TRUE to extract the contents into the project. |
| Version Update |
Select version to update from previous imported. |
| Name |
Description |
| Title |
Required Text. Title of the list in the schema. |
| Description |
Optional Text. Contains a description of the list. |
| Url |
Required Text. Returns the site-relative URL at which to place the list. |
| RootWebOnly |
Optional Boolean. TRUE to specify that the list created from the definition exists only in the root Web site of a site collection. |
| OnQuickLaunch |
Optional Boolean. TRUE to display lists created from the list definition on the Quick Launch bar. |
| QuickLaunchUrl |
Optional Text. Specifies the URL of the view page to open for the list through Quick Launch navigation. |
| Id |
Required Text. Specifies a unique identifier for the list instance. The integer must be unique across the Feature definition. |
| Name |
Description |
| Name |
Required Text. Specifies the internal name of the list definition. No spaces or special characters can be used. This name is also used to find the folder that contains the Schema.xml file that defines the schema in use. |
| DisplayName |
Required Text. Specifies the display name of the list definition. |
| Description |
Optional Text. Provides a description of the list definition. |
| Type |
Optional Integer. Provides a unique identifier for the template. This identifier must be unique within the feature, but need not be unique across all feature definitions or site definitions. |
| Category |
Optional Text. Specifies the category with which to associate lists created through the list definition. |
| Sequence |
Optional Integer. Specifies the ordering priority to use for the list template on the Create page. If Sequence is not set, the template appears last in arbitrary order with any other templates that also lack a Sequence value. Two templates that specify the same sequence are sorted together in an arbitrary order. |
| Default in new sites |
Optional Boolean. TRUE to specify that new SharePoint sites will include this list. |
| OnQuickLaunch |
Optional Boolean. TRUE to display lists created from the list definition on the QuickLaunch bar. |
| DisableAttachments |
Optional Boolean. TRUE to specify that users can attach files to items in lists created through the template; otherwise, FALSE. |
| DisallowContentTypes |
Optional Boolean. TRUE to specify that content types can be managed on lists created through the template; otherwise, FALSE. |
| VersioningEnabled |
Optional Boolean. TRUE to specify that versioning is enabled by default in lists created through the template; otherwise, FALSE. |
| FolderCreation |
Optional Boolean. TRUE to enable folder creation within the list and to specify that the New Folder command appears on the New menu in list views; otherwise, FALSE. |
| EnableModeration |
Optional Boolean. TRUE to specify that content approval is enabled by default in lists created through the template; otherwise, FALSE. |
| Hidden |
Optional Boolean. TRUE to specify that the list definition is not available on the Create page for creating lists. |
| HiddenList |
Optional Boolean. TRUE to specify that a list created from the list definition is hidden. |
| Security Read |
Optional Text. Defines the item-level permissions in the list for users with sufficient permission to read or edit list items. The SecurityBits attribute contains a 2-digit string. The first digit in the string controls the read access; the second digit in the string controls the edit access. |
| Security Edit |
Optional Text. Defines the item-level permissions in the list for users with sufficient permission to read or edit list items. The SecurityBits attribute contains a 2-digit string. The first digit in the string controls the read access; the second digit in the string controls the edit access. |
| Name |
Optional URL. Specifies a URL to an icon used to represent a list. |
| Name |
Description |
| Name |
Required Text. Specifies the internal name of the list definition. No spaces or special characters can be used. This name is also used to find the folder that contains the Schema.xml file that defines the schema in use. |
| DisplayName |
Required Text. Specifies the display name of the list definition. |
| Description |
Optional Text. Provides a description of the list definition. |
| Type |
Optional Integer. Provides a unique identifier for the template. This identifier must be unique within the feature, but need not be unique across all feature definitions or site definitions. |
| Category |
Optional Text. Specifies the category with which to associate lists created through the list definition. |
| Sequence |
Optional Integer. Specifies the ordering priority to use for the list template on the Create page. If Sequence is not set, the template appears last in arbitrary order with any other templates that also lack a Sequence value. Two templates that specify the same sequence are sorted together in an arbitrary order. |
| Default in new sites |
Optional Boolean. TRUE to specify that new SharePoint sites will include this list. |
| OnQuickLaunch |
Optional Boolean. TRUE to display lists created from the list definition on the QuickLaunch bar. |
| DisableAttachments |
Optional Boolean. TRUE to specify that users can attach files to items in lists created through the template; otherwise, FALSE. |
| DisallowContentTypes |
Optional Boolean. TRUE to specify that content types can be managed on lists created through the template; otherwise, FALSE. |
| VersioningEnabled |
Optional Boolean. TRUE to specify that versioning is enabled by default in lists created through the template; otherwise, FALSE. |
| FolderCreation |
Optional Boolean. TRUE to enable folder creation within the list and to specify that the New Folder command appears on the New menu in list views; otherwise, FALSE. |
| EnableModeration |
Optional Boolean. TRUE to specify that content approval is enabled by default in lists created through the template; otherwise, FALSE. |
| Hidden |
Optional Boolean. TRUE to specify that the list definition is not available on the Create page for creating lists. |
| HiddenList |
Optional Boolean. TRUE to specify that a list created from the list definition is hidden. |
| Security Read |
Optional Text. Defines the item-level permissions in the list for users with sufficient permission to read or edit list items. The SecurityBits attribute contains a 2-digit string. The first digit in the string controls the read access; the second digit in the string controls the edit access. |
| Security Edit |
Optional Text. Defines the item-level permissions in the list for users with sufficient permission to read or edit list items. The SecurityBits attribute contains a 2-digit string. The first digit in the string controls the read access; the second digit in the string controls the edit access. |
| Name |
Optional URL. Specifies a URL to an icon used to represent a list. |
| Name |
Description |
| Title |
Required Text. Title of the list in the schema. |
| Description |
Optional Text. Contains a description of the list. |
| Url |
Required Text. Returns the site-relative URL at which to place the list. |
| RootWebOnly |
Optional Boolean. TRUE to specify that the list created from the definition exists only in the root Web site of a site collection. |
| OnQuickLaunch |
Optional Boolean. TRUE to display lists created from the list definition on the Quick Launch bar. |
| QuickLaunchUrl |
Optional Text. Specifies the URL of the view page to open for the list through Quick Launch navigation. |
| Id |
Required Text. Specifies a unique identifier for the list instance. The integer must be unique across the Feature definition. |
| Name |
Description |
| Workflow Name |
Required Text. Internal name of the workflow. Limited to 255 characters. The name has to be unique within the project of this solution. It should not contain whitespaces or special characters. |
| Workflow Title |
Required Text. Display name of the workflow. Limited to 255 characters. |
| Workflow Description |
Required Text. Longer description of the workflows purpose. |
| Workflow ID |
Required GUID. The GUID will be autogenerated by the recipe, but can be customized if neccesary. |
| Create Association Form |
Optional Boolean. TRUE to create an association form. |
| Create Initiation Form |
Optional Boolean. TRUE to create an initiation form. |
| Create Modification Form |
Optional Boolean. TRUE to create an modification form. |
| Create Task Form |
Optional Boolean. TRUE to create an task form. |
| Workflow Task Content Type |
Required Content Type. Choose the content type of the task. |
| Create Custom Content Type |
Required Boolean. TRUE to create a custom content type. |