PageLayout.AuthenticatedCacheProfileId Property
Gets the identifier of the authenticated cache profile in the Cache Profiles list.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticatedCacheProfileId As Integer
Get
'Usage
Dim instance As PageLayout
Dim value As Integer
value = instance.AuthenticatedCacheProfileId
public int AuthenticatedCacheProfileId { get; }
Property Value
Type: System.Int32
The identifier of the authenticated cache profile in the Cache Profiles list.
Remarks
If the return value is -1, no profile is selected.