Documentation

disk.storage.getfields

disk.storage.getfields

Returns description of storage 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.storage.getfields",
		{},
		function (result)
		{
			if (result.error())
				console.error(result.error());
			else
				console.dir(result.data());
		}
);



© «Bitrix24», 2001-2024
Up