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

public static GetGadgetByPropertyURI ( string propertyURI ) : Profiles.ORNG.Utilities.GadgetSpec
propertyURI string
Результат Profiles.ORNG.Utilities.GadgetSpec
Пример #1
0
        public void RemovePersonalGadget(long Subject, string propertyURI)
        {
            GadgetSpec spec = OpenSocialManager.GetGadgetByPropertyURI(propertyURI);

            if (spec != null)
            {
                RemovePersonalGadget(Subject, spec.GetAppId());
            }
        }