IGridJsService.DetailFileJsonWithUid

DetailFileJsonWithUid(string, string)

Gets JSON string for the file by the specified unique id. .

public StringBuilder DetailFileJsonWithUid(string filePath, string uid)
ParameterTypeDescription
filePathStringThe file path
uidStringThe unique id for the file cache.

Return Value

The JSON StringBuilder.

See Also


DetailFileJsonWithUid(Workbook, string, string)

Gets JSON string for the Workbook by the specified unique id.

public StringBuilder DetailFileJsonWithUid(Workbook wb, string filename, string uid)
ParameterTypeDescription
wbWorkbookthe Workbook instance
filenameStringThe file name
uidStringThe unique id for the file cache.

Return Value

The JSON StringBuilder.

See Also