Click or drag to resize

IShareRule Interface

Represent a calculate share rule.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface IShareRule

The IShareRule type exposes the following members.

Properties
  NameDescription
Public propertyCanReshare
Get the permission to reshare the object.
Public propertyModuleGuid
Get the module of the share.
Public propertyObjectId
Get the id of the share object.
Public propertyObjectType
Get the type of the share object.
Public propertyPermission
Get the permission access level.
Public propertySurveyId
Get the id of the survey of the share.
Top
Remarks
The rule is calculate with the following logic: - The share apply on user will always be used as it is. - Use the maximum share permissions of nearest user's groups. - Use the permission on everybody as it is if no share find on user's groups.
See Also