Class IEnumerableExtension
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
IEnumerableExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.MirroringService.ChangeLog.Internal
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7Syntax
public static class IEnumerableExtension
Methods
GetActionType(Activity)
Declaration
public static ContentActionType GetActionType(this Activity entry)
Parameters
Type | Name | Description |
---|---|---|
Activity | entry |
Returns
Type | Description |
---|---|
ContentActionType |
GetContentLink(Activity)
Declaration
public static ContentReference GetContentLink(this Activity entry)
Parameters
Type | Name | Description |
---|---|---|
Activity | entry |
Returns
Type | Description |
---|---|
ContentReference |
OfContentRelatedType(IEnumerable<Activity>)
Declaration
public static IEnumerable<Activity> OfContentRelatedType(this IEnumerable<Activity> entries)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Activity> | entries |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Activity> |