Partager via


InheritableProperty<TValueType>.SetInherit - Méthode (Boolean, Boolean, String, String)

Définit l'indicateur pour indiquer si cette propriété hérite sa valeur de son site parent.

Espace de noms :  Microsoft.SharePoint.Publishing
Assembly :  Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)

Syntaxe

'Déclaration
Public Function SetInherit ( _
    inherit As Boolean, _
    forceAllSubWebInherit As Boolean, _
    successUrl As String, _
    failureUrl As String _
) As LongRunningOperationJob
'Utilisation
Dim instance As InheritableProperty
Dim inherit As Boolean
Dim forceAllSubWebInherit As Boolean
Dim successUrl As String
Dim failureUrl As String
Dim returnValue As LongRunningOperationJob

returnValue = instance.SetInherit(inherit, _
    forceAllSubWebInherit, successUrl, _
    failureUrl)
public LongRunningOperationJob SetInherit(
    bool inherit,
    bool forceAllSubWebInherit,
    string successUrl,
    string failureUrl
)

Paramètres

  • inherit
    Type : System.Boolean

    true d'hériter ; dans le cas contraire, false.

  • forceAllSubWebInherit
    Type : System.Boolean

    Force tous les sous-sites héritent de cette valeur, même si la propriété sur un sous-site Web actuellement n'hérite pas.

  • successUrl
    Type : System.String

    Chaîne qui spécifie l'Url indiquant la réussite.

  • failureUrl
    Type : System.String

    Chaîne qui spécifie l'Url indiquant un échec.

Valeur renvoyée

Type : LongRunningOperationJob

Voir aussi

Référence

InheritableProperty<TValueType> classe

InheritableProperty<TValueType> - Membres

SetInherit - Surcharge

Microsoft.SharePoint.Publishing - Espace de noms

InheritableProperty<TValueType>