CMSOutputMediaFileEnsureData Method |
Ensures that the object contains the output data.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 12.0.0
Syntax public 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