C# Класс Sitecore.SharedSource.Commons.ItemReference.ItemReferenceObject

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CheckReferences ( Type type ) : List

Verified that the references exist in the context database

CheckReferences ( Type type, Database database ) : List

Verified that the references exist in the specified database

ItemReferenceObject ( string itemGuid ) : Sitecore.Data.Items

Описание методов

CheckReferences() публичный статический Метод

Verified that the references exist in the context database
public static CheckReferences ( Type type ) : List
type System.Type
Результат List

CheckReferences() публичный статический Метод

Verified that the references exist in the specified database
public static CheckReferences ( Type type, Database database ) : List
type System.Type
database Database
Результат List

ItemReferenceObject() публичный Метод

public ItemReferenceObject ( string itemGuid ) : Sitecore.Data.Items
itemGuid string
Результат Sitecore.Data.Items