Click here to Skip to main content
15,893,368 members
Articles / Productivity Apps and Services / Sharepoint

Site Property Management (SharePoint 2010)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
11 Jul 2010CPOL4 min read 49.6K   712   14  
Provides an administrative UI to manage custom properties for a SharePoint site
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.1
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace QuestechSystems.SharePoint.ApplicationPages.AppGlobalResources {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class QuestechSiteProperty {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal QuestechSiteProperty() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("QuestechSystems.SharePoint.ApplicationPages.AppGlobalResources.QuestechSiteProper" +
                            "ty", typeof(QuestechSiteProperty).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Add Site Property.
        /// </summary>
        internal static string AddSiteProperty_PageTitle {
            get {
                return ResourceManager.GetString("AddSiteProperty_PageTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Edit Site Property.
        /// </summary>
        internal static string EditSiteProperty_PageTitle {
            get {
                return ResourceManager.GetString("EditSiteProperty_PageTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Add site property.
        /// </summary>
        internal static string MngSiteProperties_AddProperty {
            get {
                return ResourceManager.GetString("MngSiteProperties_AddProperty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property Name.
        /// </summary>
        internal static string MngSiteProperties_HeadingName {
            get {
                return ResourceManager.GetString("MngSiteProperties_HeadingName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property Value.
        /// </summary>
        internal static string MngSiteProperties_HeadingValue {
            get {
                return ResourceManager.GetString("MngSiteProperties_HeadingValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Manage Site Properties.
        /// </summary>
        internal static string MngSiteProperties_PageTitle {
            get {
                return ResourceManager.GetString("MngSiteProperties_PageTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site property is successfully added..
        /// </summary>
        internal static string MsgSitePropertyAdded {
            get {
                return ResourceManager.GetString("MsgSitePropertyAdded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Are you sure you want to delete this site property?.
        /// </summary>
        internal static string MsgSitePropertyConfirmDelete {
            get {
                return ResourceManager.GetString("MsgSitePropertyConfirmDelete", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site property is successfully deleted..
        /// </summary>
        internal static string MsgSitePropertyDeleted {
            get {
                return ResourceManager.GetString("MsgSitePropertyDeleted", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site property name already exists..
        /// </summary>
        internal static string MsgSitePropertyExists {
            get {
                return ResourceManager.GetString("MsgSitePropertyExists", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site property name cannot be empty..
        /// </summary>
        internal static string MsgSitePropertyNameEmpty {
            get {
                return ResourceManager.GetString("MsgSitePropertyNameEmpty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site property not found..
        /// </summary>
        internal static string MsgSitePropertyNotFound {
            get {
                return ResourceManager.GetString("MsgSitePropertyNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site property is successfully updated..
        /// </summary>
        internal static string MsgSitePropertyUpdated {
            get {
                return ResourceManager.GetString("MsgSitePropertyUpdated", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type a name for this custom property..
        /// </summary>
        internal static string SiteProperty_NameDescription {
            get {
                return ResourceManager.GetString("SiteProperty_NameDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name.
        /// </summary>
        internal static string SiteProperty_NameInputTitle {
            get {
                return ResourceManager.GetString("SiteProperty_NameInputTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name.
        /// </summary>
        internal static string SiteProperty_NameLabel {
            get {
                return ResourceManager.GetString("SiteProperty_NameLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property Name.
        /// </summary>
        internal static string SiteProperty_NameTitle {
            get {
                return ResourceManager.GetString("SiteProperty_NameTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type a value for this custom property..
        /// </summary>
        internal static string SiteProperty_ValueDescription {
            get {
                return ResourceManager.GetString("SiteProperty_ValueDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Value.
        /// </summary>
        internal static string SiteProperty_ValueInputTitle {
            get {
                return ResourceManager.GetString("SiteProperty_ValueInputTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Value.
        /// </summary>
        internal static string SiteProperty_ValueLabel {
            get {
                return ResourceManager.GetString("SiteProperty_ValueLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property Value.
        /// </summary>
        internal static string SiteProperty_ValueTitle {
            get {
                return ResourceManager.GetString("SiteProperty_ValueTitle", resourceCulture);
            }
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Canada Canada
A Microsoft Certified Professional Developer and Technology Specialist.

Experience and expertise in SharePoint 2016 / 2013 / 2010 / 2007.

Role ranges from a developer in a multi-person team to a solution consultant with expert-level skills, leading a project to completion status.

Proven experience working effectively in a team environment and a self-managed environment.

Comments and Discussions