DocumentsManager.AllRefsType

Syntax:

AllRefsType()

Returned value:

Type: TypeDescription.

Description:

You can use it to obtain description of types containing types of document references.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

TypesArray = Controls.InputFieldVariant.ValueType.Types();
For 
each ArrayElement In TypesArray Do
    If Documents.AllRefsType().ContainsType(ArrayElement) Then
        NeedTypesArray.Add(ArrayElement);
    EndIf
; 
EndDo
;


    

1C:Enterprise Developer's Community