Class ExtendedMetadataExtensions
Inheritance
System.Object
ExtendedMetadataExtensions
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.Cms.Shell.Extensions
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public static class ExtendedMetadataExtensions
Methods
FindOwnerContent(ExtendedMetadata)
Declaration
public static IContent FindOwnerContent(this ExtendedMetadata metadata)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtendedMetadata | metadata |
Returns
| Type | Description |
|---|---|
| IContent |
FindTopMostContentMetadata(ExtendedMetadata)
Declaration
public static ExtendedMetadata FindTopMostContentMetadata(this ExtendedMetadata metadata)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtendedMetadata | metadata |
Returns
| Type | Description |
|---|---|
| ExtendedMetadata |
FindTopMostContentMetadata(ExtendedMetadata, IList<String>)
Declaration
public static ExtendedMetadata FindTopMostContentMetadata(this ExtendedMetadata metadata, IList<string> fullPropertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtendedMetadata | metadata | |
| System.Collections.Generic.IList<System.String> | fullPropertyName |
Returns
| Type | Description |
|---|---|
| ExtendedMetadata |