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

WoopsaRelativeLink() public static méthode

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