VkNet.Model.RequestParams.GroupsEditParams.GroupsEditParams C# (CSharp) 메소드

GroupsEditParams() 공개 메소드

Параметры метода groups.edit
public GroupsEditParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
리턴 System.Collections.Generic
        public GroupsEditParams(bool gag = true)
        {
            GroupId = 0;
            Title = null;
            Description = null;
            ScreenName = null;
            Access = null;
            Website = null;
            Subject = null;
            Email = null;
            Phone = null;
            Rss = null;
            EventStartDate = null;
            EventFinishDate = null;
            EventGroupId = null;
            PublicCategory = null;
            PublicSubcategory = null;
            PublicDate = null;
            Wall = null;
            Topics = null;
            Photos = null;
            Video = null;
            Audio = null;
            Links = null;
            Events = null;
            Places = null;
            Contacts = null;
            Docs = null;
            Wiki = null;
            Messages = null;
            AgeLimits = null;
            Market = null;
            MarketComments = null;
            MarketCountry = null;
            MarketCity = null;
            MarketCurrency = null;
            MarketContact = null;
            MarketWiki = null;
            ObsceneFilter = null;
            ObsceneStopwords = null;
            ObsceneWords = null;
        }