SiteBaseCS_CreateEditIcon Method (CategoryId, DocumentId, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns HTML code for displaying a standard edit icon in web view, without any permission checks.

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string CS_CreateEditIcon(
	CategoryId categoryId,
	DocumentId documentId,
	string documentName
)

Parameters

categoryId
Type: ContentStudio.DocumentCategoryId
The category ID for the document.
documentId
Type: ContentStudio.DocumentDocumentId
The document ID
documentName
Type: SystemString
The name of the document

Return Value

Type: String
Returns HTML code for displaying a standard edit icon in web view, without any permission checks. If the user is not in web-view the function will return an empty string
See Also

Reference