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

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
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