Enum MasterType
- Namespace
- Dynamicweb.Content
- Assembly
- Dynamicweb.dll
Specifies how a master should update its children
public enum MasterType
Fields
Lock = 2
- Children inherits all settings and values from master - always overwritten
LockFieldsOfSameValue = 3
- Fields of children with the same value as the master are updated. Not implemented yet.
None = 1
- No updates of children once created