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: 10.10.4Syntax
public struct SubscriptionItemConstructors
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> LanguageBranchesField Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
PageLink
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Declaration
public PageReference PageLinkField Value
| Type | Description | 
|---|---|
| PageReference | 
UserName
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Declaration
public string UserNameField Value
| Type | Description | 
|---|---|
| System.String | 
