| CMSOutputForumAttachmentEnsureData Method  | 
            Ensures that the object contains the output data.
            
 
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntaxpublic bool EnsureData(
	byte[] defaultData
)
Parameters
- defaultData
 - Type: SystemByte
Default data which should be loaded if data required 
Return Value
Type: 
BooleanReturns true if new data has been loaded
See Also