C# Class Sitecore.SharedSource.Commons.ItemReference.ItemReferenceObject

Exibir arquivo Open project: Velir/Sitecore-Commons Class Usage Examples

Public Methods

Method Description
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

Method Details

CheckReferences() public static method

Verified that the references exist in the context database
public static CheckReferences ( Type type ) : List
type System.Type
return List

CheckReferences() public static method

Verified that the references exist in the specified database
public static CheckReferences ( Type type, Database database ) : List
type System.Type
database Database
return List

ItemReferenceObject() public method

public ItemReferenceObject ( string itemGuid ) : Sitecore.Data.Items
itemGuid string
return Sitecore.Data.Items