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