Woopsa.WoopsaValue.WoopsaAbsoluteLink C# (CSharp) Method

WoopsaAbsoluteLink() public static method

public static WoopsaAbsoluteLink ( string woopsaServerUrl, string woopsaItemPath ) : WoopsaValue
woopsaServerUrl string
woopsaItemPath string
return WoopsaValue
        public static WoopsaValue WoopsaAbsoluteLink(string woopsaServerUrl, string woopsaItemPath)
        {
            return new WoopsaValue(FormatAbsoluteWoopsaLink(woopsaServerUrl, woopsaItemPath), WoopsaValueType.WoopsaLink, null);
        }