MultiLangLibraryFields class
Renders fields conditionally, depending on whether a file is uploaded or a new folder is created.
Inheritance hierarchy
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebControls.SPControl
Microsoft.SharePoint.WebControls.TemplateBasedControl
Microsoft.SharePoint.WebControls.FormComponent
Microsoft.SharePoint.WebControls.DocumentLibraryFields
Microsoft.Office.DocumentManagement.WebControls.MultiLangLibraryFields
Namespace: Microsoft.Office.DocumentManagement.WebControls
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class MultiLangLibraryFields _
Inherits DocumentLibraryFields
'Usage
Dim instance As MultiLangLibraryFields
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class MultiLangLibraryFields : DocumentLibraryFields
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.