Sitecore 5.0 API

ItemPath.IsFullyQualified Property

Gets a value indicating whether this item has a root that is either "/{11111111-1111-1111-1111-111111111111}" or "/sitecore".

[Visual Basic]
Public ReadOnly Property IsFullyQualified As Boolean
[C#]
public bool IsFullyQualified {get;}

Property Value

true if this item has a root that is either "/{11111111-1111-1111-1111-111111111111}" or "/sitecore"; otherwise, false.

See Also

ItemPath Class | Sitecore.Data Namespace