An NDoc Documented Class Library

FileSecurityFlags Enumeration

Defines used by the file security functions.

[Serializable]
[Flags(TypeId="System.FlagsAttribute")]
public enum FileSecurityFlags

Remarks

If the security bits of AddAccessGroup has one of these flags set on it, then that security profile will be able to do the task. These tasks are only restricted when using the askSam editor and do not affect the users access to the file when using the askSam Engine.

Members

Member NameDescription
FASEC_NONENone of the access flags.
FASEC_ALL_ACCESSAll of the access flags
FASEC1_ADD_DOCUMENTSAdd documents
FASEC1_EDIT_DOCUMENTSEdit documents
FASEC1_DELETE_DOCUMENTSDelete documents
FASEC1_ADD_EDIT_ENTRY_FORMSAdd/Edit Entry Forms
FASEC1_ADD_EDIT_REPORTSAdd/Edit Reports
FASEC1_ADD_EDIT_MACROSAdd/Edit Macros
FASEC1_ADD_EDIT_MAIL_MERGEAdd/Edit Mailmerge
FASEC1_RUN_REPORTSRun Reports
FASEC1_RUN_MACROSRun Macros
FASEC1_RUN_MAIL_MERGERun Mailmerge
FASEC1_PRINTPrint
FASEC1_IMPORTImport
FASEC1_EXPORT_CURRENT_DOCExport Current Document
FASEC1_PACKPack
FASEC1_INDEXIndex
FASEC1_COPY_MENUCopy
FASEC1_REPLACE_MENUReplace
FASEC1_ADD_FIELDAdd fields
FASEC1_RENAME_FIELDRename fields
FASEC1_REMOVE_FIELDRemove fields
FASEC1_DELETE_SELECTIONDelete selection
FASEC1_DELETE_DUPLICATESDelete duplicates
FASEC1_DELETE_REMEMBERED_DOCSDelete remembered documents
FASEC1_UNDELETEUndelete
FASEC1_SET_BOOKMARKSSet bookmarks
FASEC1_SET_HYPERTEXT_LINKSSet hypertext links
FASEC1_REMEMBER_DOCUMENTSRemember documents
FASEC1_CLEAR_REMEMBER_LISTClear remembered documents
FASEC1_CREATE_EDIT_PICKLISTSCreate/Edit picklists
FASEC1_CHANGE_DOC_READONLY_STATUSModify status of Read-Only documents
FASEC1_TURN_OFF_DATA_ENTRY_MODETurn off Data Entry mode
FASEC1_MODIFY_FILE_PROPERTIESModify file properties
FASEC1_MODIFY_DOC_PROPERTIESModify document properties
FASEC1_TOOLS_CUSTOMIZETools -> Customize Command
FASEC1_TOOLS_TRANSFERTools -> Transfer Command
FASEC1_TOOLS_OPTIONSTools -> Options Command
FASEC1_TOOLS_TWO_DIGIT_YEAR_CONVTools -> Two Digit Year Conversion
FASEC1_PRINT_REPORTPrint Report
FASEC1_PRINT_ALLPrint All Documents
FASEC1_PRINT_STORED_SEARCHESPrint Stored Searches
FASEC1_PRINT_SELECTED_DOCSPrint Selected Documents
FASEC1_PRINT_MAIL_MERGE"Print Mail Merge
FASEC1_EXPORT_ENTIRE_FILEExport entire file
FASEC1_EXPORT_SELECTED_DOCSExport selected documents
FASEC1_EXPORT_STORED_SEARCHExport stored searches
FASEC1_EXPORT_REPORTExport Report
FASEC1_VIEW_ZOOM"View -> Zoom
FASEC1_ADD_EDIT_RESULTS_VIEWSAdd/Edit Search Results Views
FASEC1_RUN_STORED_SEARCHESRun Stored Searches
FASEC1_ADD_EDIT_STORED_SEARCHESAdd/Edit Stored Searches
FASEC1_AUTO_FIELD_RECTools -> Auto Field Recognition
FASEC1_PRINT_REMEMBEREDPrint Remembered Documents
FASEC1_EXPORT_REMEMBEREDExport Remembered Documents
FASEC1_MANAGE_REMEMBERAdd/Edit Remembered Lists
FASEC1_EMAIL_DOCUMENTEmail a document

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace