InsertLinkIfWritePermission Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The InsertLinkIfWritePermission type exposes the following members.

Properties

  Name Description
Public property AccessMask
Sets or gets the permission or combination of permissions to check for. The default value is CSObjectPermissions.Read.
(Inherited from PermissionDependentComponent.)
Public property BackwardsComponentCompatibilityMode
Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.
(Inherited from ActiveScriptingBase.)
Public property ClassName
Sets or gets a value that contains the CSS class name that should be applied to the generated link or button. The default value is an empty string
Public property ComponentName
Gets the name of the component
(Overrides ActiveScriptingBaseComponentName.)
Public property Conformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Protected property Code example CS_DataFields
Gets a EPTXmlParser that contains a collection of EPT field definitions and values. This property is the replacement for the obsolete EPT_GetFieldName(String) and EPT_GetFieldValue(String) methods.
(Inherited from CodeBase.)
Public property EditRoot
Sets or gets a value that indicates if the permission of root document should be used when opening a document for editing. Default value is false. (use the permissions of the inserted document)
Public property ElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public property Encoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Public property LinkText
Gets or sets the text to display in the link. The default value is an empty string
Public property LinkType
Sets or gets the link type to generate. The default value is InsertLinkByPermission.LinkTypes.Link.
Protected property ObjectToCheck
Sets or gets a value that indicates the id of the Content Studio object to perform the access check on. The default value is 1.
(Inherited from PermissionDependentComponent.)
Protected property ObjectType
Sets or gets a value that indicates what type of object that is referenced in the ObjectToCheck property. The caller's permission will be checked against this object when the derived class calls the Invoke method. The default value is CSSecurableObjects.DocumentItem.
(Inherited from PermissionDependentComponent.)
Protected property Page
A reference to the current context page. This will initialize in the constructor of this class.
(Inherited from CodeBase.)
Public property RedirectDocument
Sets or gets a value that indicates a document to redirect to, if permission for the caller was found. The default value is zero, which will not redirect the caller.
Public property RedirectDocumentPresentationTemplate
Sets or gets the presentation template to use with the document specified in RedirectDocument. The default value is zero (no presentation template is used).
Protected property RunningUserControl
Gets the current running user control.
(Inherited from CodeBase.)
Public property Target
Sets or gets a value that specifies the TARGET attribute of the generated link. The default value is an empty string
Top
See Also

Reference