GridJsWorkbook.GetJsonByUid

GridJsWorkbook.GetJsonByUid method

Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON.

public StringBuilder GetJsonByUid(string uid, string filename)
ParameterTypeDescription
uidStringThe unique id for the file cache.
filenameStringSpecifies the file name in the JSON. If set to null,the default filename is: book1.

Return Value

The JSON string StringBuilder

See Also