Documentation

disk.file.getfields

disk.file.getfields

Returns a description of the file fields.

  • TYPE – field type;
  • USE_IN_FILTER – a possibility to use a field in filtering of data selection;
  • USE_IN_SHOW – whether this field is available when obtaining a response.

Parameters

This method has no parameters.

Example

BX24.callMethod(
		"disk.file.getfields",
		{},
		function (result)
		{
			if (result.error())
				console.error(result.error());
			else
				console.dir(result.data());
		}
);




© «Bitrix24», 2001-2024
Up