ContentType Info
Defines the parameters to support the synchronisation of content types with their parents.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.ContentTypeInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.ContentTypeInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| ContentTypeGroupName |
String. Specifying the name of a content type group forces the synchronisation to only work on that content type.
Note : To run the action against all content types leave this empty (and 'ContentTypeName').
|
|
false
|
true
|
| ContentTypeName |
String. Specifying the name of a content type forces the synchronisation to only work on that content type.
Note : To run the action against all content types leave this empty (and 'ContentTypeGroupName').
|
Article Page
|
false
|
true
|
| ExcludeSystemTypes |
Nullable`1. Specifies whether to exclude default SharePoint content types.
Note : System types are identified by examining the group that contains them. If it begins with an underscore they are classified as system types.
|
false
|
false
|
false
|
| RemoveColumns |
Nullable`1. Specifies whether to delete columns that are in the parent content type, but are not in the child content type.
|
false
|
false
|
false
|
| ReportFileName |
String. Specifies the full path and file name to save the generated report.
Note : Please ensure that the user account running the action has permissions to write to the directory.
|
c:\temp\ContentTypesReport.txt
|
false
|
true
|
| ReportOnlyMode |
Nullable`1. Specify 'True' to produce a report only (and not update the content types).
Note : This property is useful if you would like to analyse your site for inconsistent content types.
|
false
|
false
|
false
|
| VerboseReporting |
Nullable`1. Specify 'True' to produce a more verbose report containing more information (takes longer).
|
false
|
false
|
true
|
| CopyProperties |
Boolean. Specify 'True' to copy all of the metadata about the top-level content type.
Note : The types of values that are copied to the child content type include : 'Group', 'Name', 'NewDocumentControl', 'Hidden' and more
|
false
|
false
|
true
|