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);
        }