Language

AppSearchSchema.StringPropertyConfig.DeletePropagationTypePropagateFrom Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.AppSearch.AppSearchSchemaDeletePropagationType enum directly instead of this field.

Content in this string property will be used as a qualified id referring to another (parent) document, and the deletion of the referenced document will propagate to this (child) document.

[Android.Runtime.Register("DELETE_PROPAGATION_TYPE_PROPAGATE_FROM", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.AppSearchSchemaDeletePropagationType enum directly instead of this field.", true)]
public const Android.App.AppSearch.AppSearchSchemaDeletePropagationType DeletePropagationTypePropagateFrom = 1;
[<Android.Runtime.Register("DELETE_PROPAGATION_TYPE_PROPAGATE_FROM", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.AppSearchSchemaDeletePropagationType enum directly instead of this field.", true)>]
val mutable DeletePropagationTypePropagateFrom : Android.App.AppSearch.AppSearchSchemaDeletePropagationType

Field Value

Value = 1
Attributes

Applies to