SobekCM.Core.Settings.Archive_Settings.ShouldSerializeArchive_DropBox C# (CSharp) Method

ShouldSerializeArchive_DropBox() public method

Method suppresses XML Serialization of the Override_Seconds_Between_Polls flag property if it is NULL
public ShouldSerializeArchive_DropBox ( ) : bool
return bool
        public bool ShouldSerializeArchive_DropBox()
        {
            return (!String.IsNullOrEmpty(Archive_DropBox));
        }