WikiPagesListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll

Definition

class WikiPagesListOptions
{
	int? AuthorId { get; set;  }
	int? GroupId { get; set;  }
	bool? IncludeSubGroupContent { get; set;  }
	int? PageIndex { get; set;  }
	int? PageSize { get; set;  }
	int? ParentPageId { get; set;  }
	string QueryType { get; set;  }
	string Tags { get; set;  }
}

Properties

NameTypeDescriptionDefaultOptions
AuthorIdint?
GroupIdint?
IncludeSubGroupContentbool?
PageIndexint?
PageSizeint?
ParentPageIdint?
QueryTypestring
Tagsstring