DocumentsManager.AllRefsType
Syntax:
Returned value:
Description:
Availability:
Example:
TypesArray = Controls.InputFieldVariant.ValueType.Types(); For each ArrayElement In TypesArray Do If Documents.AllRefsType().ContainsType(ArrayElement) Then NeedTypesArray.Add(ArrayElement); EndIf; EndDo; |