DocumentHelperChangeDocumentCultureDataField Method |
Updates culture data field value for all documents given by where condition.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static void ChangeDocumentCultureDataField(
string fieldName,
Object value,
string where
)
Parameters
- fieldName
- Type: SystemString
Field name - value
- Type: SystemObject
Value - where
- Type: SystemString
Where condition
See Also