For Babelfish Release 1.12.3.10

GetAttributeValuePublicRequestReturnDefaultValues Property

When making a get attribute value request, if the user (defined by the UserAuthentication) does not have a value for one of the Attribute names the API call normall returns a 404 status code (not found). However, if ReturnDefaultValues is true, then default values instead are returned. ReturnDefaultValues is by default false

Definition

Namespace: Scopos.BabelFish.Requests.AttributeValueAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public bool ReturnDefaultValues { get; set; }

Property Value

Boolean

See Also