BinaryData Constructor (FuncByte) |
Constructor
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntaxpublic BinaryData(
Func<byte[]> getData
)
Parameters
- getData
- Type: SystemFuncByte
Method used to get the binary data when required
See Also