Table of Contents

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

bool

EnablePageSelection

public bool EnablePageSelection { get; set; }

Property Value

bool

EnableParagraphSelection

public bool EnableParagraphSelection { get; set; }

Property Value

bool

ItemId

Gets or sets the item Id.
public string ItemId { get; set; }

Property Value

string

ItemType

Gets or sets the item type.
public string ItemType { get; set; }

Property Value

string

PickOnlyID

public bool PickOnlyID { get; set; }

Property Value

bool

Methods

Parse(string)

Parses the item reference from the given input string.
public static ItemLinkEditor.ItemReference Parse(string input)

Parameters

input string
Input string.

Returns

ItemLinkEditor.ItemReference
Parsed item reference.
To top