Compartir a través de


de la propiedad TaxonomyField.IsPathRendered

Gets or sets a Boolean value that specifies whether the default Label objects of all the parent Term objects of a Term in the TaxonomyField object will be rendered in addition to the default label of that Term.

Espacio de nombres:  Microsoft.SharePoint.Taxonomy
Ensamblado:  Microsoft.SharePoint.Taxonomy (en Microsoft.SharePoint.Taxonomy.dll)

Sintaxis

'Declaración
Public Property IsPathRendered As Boolean
    Get
    Set
'Uso
Dim instance As TaxonomyField
Dim value As Boolean

value = instance.IsPathRendered

instance.IsPathRendered = value
public bool IsPathRendered { get; set; }

Valor de propiedad

Tipo: System.Boolean
true if the default labels of all the parent Term objects of a Term in the TaxonomyField will be rendered in addition to The default Label of that Term.

Comentarios

If this property is set to true, the TaxonomyField is rendered as a series of default labels separated by colon characters:

RootLabel:...:ParentLabel:Label

If this property is set to false, only the default Label of each Term is rendered.

If you set the IsPathRendered property you must call the Update method for changes to take effect in the database.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint