Class ItemLinkEditor.ItemReference
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents an item reference. This class cannot be inherited.
public sealed class ItemLinkEditor.ItemReference
- Inheritance
-
ItemLinkEditor.ItemReference
- Inherited Members
Properties
EnableFileSelection
public bool EnableFileSelection { get; set; }
Property Value
EnablePageSelection
public bool EnablePageSelection { get; set; }
Property Value
EnableParagraphSelection
public bool EnableParagraphSelection { get; set; }
Property Value
ItemId
Gets or sets the item Id.
public string ItemId { get; set; }
Property Value
ItemType
Gets or sets the item type.
public string ItemType { get; set; }
Property Value
PickOnlyID
public bool PickOnlyID { get; set; }
Property Value
Methods
Parse(string)
Parses the item reference from the given input string.
public static ItemLinkEditor.ItemReference Parse(string input)
Parameters
input
stringInput string.
Returns
- ItemLinkEditor.ItemReference
Parsed item reference.