Try our conversational search powered by Generative AI!

Struct SubscriptionItem

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public struct SubscriptionItem

Constructors

SubscriptionItem(PageReference, String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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

Fields

LanguageBranches

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Declaration
public PageReference PageLink
Field Value
Type Description
PageReference

UserName

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Declaration
public string UserName
Field Value
Type Description
System.String

Extension Methods