Woopsa.WoopsaValue.WoopsaRelativeLink C# (CSharp) Method

WoopsaRelativeLink() public static method

public static WoopsaRelativeLink ( string woopsaItemPath ) : WoopsaValue
woopsaItemPath string
return WoopsaValue
        public static WoopsaValue WoopsaRelativeLink(string woopsaItemPath)
        {
            return new WoopsaValue(FormatRelativeWoopsaLink(woopsaItemPath), WoopsaValueType.WoopsaLink, null);
        }