Woopsa.WoopsaValue.WoopsaAbsoluteLink C# (CSharp) Метод

WoopsaAbsoluteLink() публичный статический Метод

public static WoopsaAbsoluteLink ( string woopsaServerUrl, string woopsaItemPath ) : WoopsaValue
woopsaServerUrl string
woopsaItemPath string
Результат WoopsaValue
        public static WoopsaValue WoopsaAbsoluteLink(string woopsaServerUrl, string woopsaItemPath)
        {
            return new WoopsaValue(FormatAbsoluteWoopsaLink(woopsaServerUrl, woopsaItemPath), WoopsaValueType.WoopsaLink, null);
        }