Click or drag to resize

clsImportBookPage Class

Import for table MPBuchSeite: Page to a project description book
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportBookPage

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportBookPage : clsImportBase

The clsImportBookPage type exposes the following members.

Constructors
  NameDescription
Public methodclsImportBookPage
Initializes a new instance of the clsImportBookPage class
Top
Properties
  NameDescription
Public propertyBookID
Rerefence to the book. Mandatory
Public propertyColor
Color id for the page in the tree.
Public propertyCustomerPortalRightsAll
CustomerPortal structure change rights (for childs) rights, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Public propertyCustomerPortalRightsChange
CustomerPortal Change rights, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Public propertyCustomerPortalRightsCreate
CustomerPortal Create rights, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Public propertyCustomerPortalRightsDelete
CustomerPortal Delete rights, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Public propertyCustomerPortalRightsRead
CustomerPortal Read rights, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Public propertyExtraProperties
Extra Properties
Public propertyExtraPropertiesType
Extra Property Type (not defined)
Public propertyIcon
Icon out of the list of 900 icons in MARIProject. If zero, the page inherits the icon from the book
Public propertyIndent
Indent 0 = base hierarchy
Public propertyIntern
A page can be proteced from viewing by customer portal users. (in addition to the acess rigts)
Public propertyListOfPageElements
Public propertyMemo
Internal memo for the page. Only visible in the properties of a page
Public propertyPageChangeText
Comment what has been changed in the content
Public propertyPageID
Internal ID for each page. 0 for import
Public propertyPageTitle
Name of the tree element
Public propertyParent
When adding a sub page, the parent ID must be given for the position. When Indent is oParent.Inden+1 a sub page is create, when Indnt=oParent.Indent a next page in the same hirarchy is created When Parent=0 the new page is added in the main hirarchy
Public propertyPosition
Position
Public propertyRightsAll
Structure change for childs right, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Public propertyRightsChange
Change rights, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Public propertyRightsDelete
Delete rights, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Public propertyRightsForPageEnable
RightsMode Enable special rights for this page and its subpages.
Public propertyRightsInsert
Insert rights, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Public propertyRightsRead
Read rights, when RightsForPageEnable is enabled. Flags based on MARIUSerGroups 2^(GroupID-1)
Top
Methods
Remarks
See Also