GridJsWorkbook.JsonToStreamByUid

GridJsWorkbook.JsonToStreamByUid method

Write JSON of the file from the cache by the specified unique id to the stream

public bool JsonToStreamByUid(Stream stream, string uid, string filename)
ParameterTypeDescription
streamStreamThe stream that will be written
uidStringThe unique id for the file cache.
filenameStringSpecifies the file name in the JSON. If set to null,the default filename is: book1.

See Also