FulltextSearchFulltextSearchOption Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines additional options that can be used in full text search operations

Namespace: ContentStudio.Document.Fulltext
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[FlagsAttribute]
public enum FulltextSearchOption
Members

  Member nameValueDescription
None0 No extra options specified
NoAccessCheck1 During the search operation no access check will be made. This means that documents that the caller does not have access to browse can be returned. However this can improve performance radically and can be used if all documents are available to any caller using the search operation.
NoPublishDateCheck2 During the search operation the document publish date will not be checked. This means that Content Studio will ignore the fact that documents can be archived not published and the result can contain documents that cannot be displayed. However this can improve performance radically and can be used if the publish date functionality in not used or important.
Remarks

This enumeration is new in Content Studio version 5.1.
See Also

Reference