Click or drag to resize
CMSOutputAttachmentEnsureData Method
Ensures that the object contains the output data.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public bool EnsureData(
	byte[] defaultData
)

Parameters

defaultData
Type: SystemByte
Default data which should be loaded if data required

Return Value

Type: Boolean
Returns true if new data has been loaded
See Also