sourceReference property

int? sourceReference
final

If the value > 0 the contents of the source must be retrieved through the source request (even if a path is specified). Since a sourceReference is only valid for a session, it can not be used to persist a source. The value should be less than or equal to 2147483647 (2^31-1).

Implementation

final int? sourceReference;