Class SearchDocumentToDelete
  
  
  
    Inheritance
    
    SearchDocumentToDelete
      
   
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class SearchDocumentToDelete
   
  Constructors
  
  SearchDocumentToDelete()
  
  
  Declaration
  
    public SearchDocumentToDelete()
   
  Properties
  
  AuthorUserId
  
  
  Declaration
  
    public int AuthorUserId { get; set; }
   
  Property Value
  
  
  CultureCode
  
  
  Declaration
  
    public string CultureCode { get; set; }
   
  Property Value
  
  
  Keywords
  
  
  Declaration
  
    public IDictionary<string, string> Keywords { get; set; }
   
  Property Value
  
  
  ModuleDefId
  
  
  Declaration
  
    public int ModuleDefId { get; set; }
   
  Property Value
  
  
  ModuleId
  
  
  Declaration
  
    public int ModuleId { get; set; }
   
  Property Value
  
  
  NumericKeys
  
  
  Declaration
  
    public IDictionary<string, int> NumericKeys { get; set; }
   
  Property Value
  
  
  PortalId
  
  
  Declaration
  
    public int PortalId { get; set; }
   
  Property Value
  
  
  QueryString
  
  
  Declaration
  
    public string QueryString { get; set; }
   
  Property Value
  
  
  RoleId
  
  
  Declaration
  
    public int RoleId { get; set; }
   
  Property Value
  
  
  SearchTypeId
  
  
  Declaration
  
    public int SearchTypeId { get; set; }
   
  Property Value
  
  
  TabId
  
  
  Declaration
  
    public int TabId { get; set; }
   
  Property Value
  
  
  UniqueKey
  
  
  Declaration
  
    public string UniqueKey { get; set; }
   
  Property Value
  
  Methods
  
  ToJsonString()
  
  
  Declaration
  
    public string ToJsonString()
   
  Returns
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Extension Methods