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

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

Gets the content source file. This is a temporary file, uploaded in advanced, that contains the raw content of the document to be saved. This property is used with uploaded files only.

Namespace: ContentStudio.EventActions.SynchronousEventHandlers
Assembly: SyncEvtHand (in SyncEvtHand.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string ContentSourceFile { get; }

Property Value

Type: String
The content source file. This property is null for documents that are not uploaded files.
See Also

Reference