 | CommonDublinRequestNullHandlingType Enumeration |
Used only internally for Dublin requests.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum DublinRequestNullHandlingType
Public Enumeration DublinRequestNullHandlingType
public enum DublinRequestNullHandlingType
IAS.DublinRequestNullHandlingType = function();
IAS.DublinRequestNullHandlingType.createEnum('IAS.DublinRequestNullHandlingType', false);
Members
| Member name | Value | Description |
---|
| AddNodeEvenIfEmpty | 1 | |
| AddEmptyNodeWithNilAttribute | 2 | |
| DoNotAddEmptyNode | 3 | |
See Also