Elements Info
Defines the parameters to specify a file containing CAML XML.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.ElementsInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.ElementsInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| FilePath |
String. The local file path containing the CAML compliant XML file.
Note : Currently only <ContentTypes> or <Field> elements are supported.
|
${WorkingDirectory}\Elements.xml
|
false
|
true
|
| RemoveInChild |
Nullable`1. Specifies whether to remove the columns from the child content types if they are resident.
Note : If this entity is used within the 'EnsureContentType' action then specifying 'True' will remove the fields in the child content types. (This may result in loss of data).
|
false
|
false
|
false
|
| PushChangesToList |
Nullable`1. Specifies whether to push the changes down to the underlying child content types or child columns.
Note : If this entity is used within the 'EnsureContentType' action then specifying 'True' will cause any changes to be propogated to the child content type (usually associated with a list).
|
false
|
false
|
false
|