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: 7.19.2Syntax
public struct SubscriptionItemConstructors
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> LanguageBranchesField Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
PageLink
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public PageReference PageLinkField 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 UserNameField Value
| Type | Description | 
|---|---|
| System.String | 
