CSSyncronizedDocumentAllowedFiletypes Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the file extensions allowed for this document.

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public override string AllowedFiletypes { get; set; }

Property Value

Type: String
The allowed file extensions, default value is null. The value is a comma separated list of file extension e.g. ".aspx,.asmx". The first file extension is the default file extension.
Exceptions

ExceptionCondition
InvalidOperationExceptionProperty is read only
Remarks

This property is read-only.
See Also

Reference