For Babelfish Release 1.11.1.3

GetAttributeValueAuthenticatedRequestReturnDefaultValues 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.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public bool ReturnDefaultValues { get; set; }

Property Value

Boolean

See Also