Try our conversational search powered by Generative AI!

Struct SubscriptionItem

This type supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public struct SubscriptionItem

Constructors

SubscriptionItem(PageReference, String)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public SubscriptionItem(PageReference pageLink, string userName)
Parameters
Type Name Description
PageReference pageLink
System.String userName

Fields

LanguageBranches

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public List<string> LanguageBranches
Field Value
Type Description
System.Collections.Generic.List<System.String>

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public PageReference PageLink
Field Value
Type Description
PageReference

UserName

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public string UserName
Field Value
Type Description
System.String

Extension Methods