BE_ContainerGetType

BE_ContainerGetType(container;type)



Gets the content of the field container in the format of type. Types are only what is available from doing https://docs.baseelementsplugin.com/article/418-becontainerlisttypes BE_ContainerListTypes ( container ) first. If the type does not exist, it cannot be created.


Parameters:

- container : the field to use as the source.

- type : the type of image to get. Container field types are available by doingBE_ContainerListTypes and might change depending on FileMaker version, storage method, or other factors beyond the plugins control.

Keywords:

Container Get Type


Version History:

- 4.1 :

Code Examples:

BE_ContainerGetType ( table::field ; "JPEG" )
get the jpeg version of the first page of the PDF

Still need help? Contact Us Contact Us