Woopsa.WoopsaValue.WoopsaAbsoluteLink C# (CSharp) Méthode

WoopsaAbsoluteLink() public static méthode

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