ContentByQueryWebPart.ListGuid-Eigenschaft
Ruft die GUID für die Liste fest.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property ListGuid As String
Get
Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As String
value = instance.ListGuid
instance.ListGuid = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string ListGuid { get; set; }
Eigenschaftswert
Typ: System.String
Hinweise
Die Homepageweburl-Eigenschaft bestimmt das ContentByQueryWebPart Objekt-Modus durch die Eigenschaften WebUrl, ListGuidund ListName bestimmt wird.
Wenn die Eigenschaften WebUrl, ListGuidund ListName festgelegt sind, ist der Modus Liste.
Wenn die WebUrl und ListGuid und ListName leer sind, ist der Modus Web.
Wenn WebUrl, ListGuid und ListName leer sind, ist der Modus Websitesammlung.
Wenn sowohl ListGuid als auch ListName Eigenschaften festgelegt sind, hat die ListGuid Vorrang.