Click or drag to resize
DocumentHelperChangeDocumentCultureDataField Method
Updates culture data field value for all documents given by where condition.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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