Exemplo n.º 1
0
        private static bool ArePublishingFeaturesActivated(PropertyValues props)
        {
            bool activated = false;

            if (bool.TryParse(props.GetPropertyAsString(PublishingFeatureActivated), out activated))
            {
            }

            return(activated);
        }
Exemplo n.º 2
0
        private static bool ArePublishingFeaturesActivated(PropertyValues props)
        {
            bool activated = false;

            if (bool.TryParse(props.GetPropertyAsString(PublishingFeatureActivated), out activated))
            {
            }

            return activated;
        }