Hi,

FileModel.blob now returns an Object rather than a BinaryData. FileModel.blob 
is now read-only. Use FileModel.fileContent to set the blob.

FileProxy now requires a model to be added to it explicitly, as in

<FileProxy><beads><FileModel/></beads></FileProxy>

I am also considering to rename IFileModel.blob to IFileModel.data.

The rationale behind these changes is to allow for more than one possible file 
model in FileProxy. Specifically, FileModelWithParams, which was added per 
Piotr’s request.

Let me know if this affects anyone adversely.

Thanks,
Yishay

Reply via email to