LibraryItemUpdatesessionFileSourceType

The File.SourceType enumerated type defines how the file content is retrieved.
NONE : No source type has been requested.
PUSH : The client is uploading content using HTTP(S) PUT requests.
PULL : The server is pulling content from a URL. The URL scheme can be http, https, file, or ds.

Enumeration:   NONE,   PUSH,   PULL,  


Feedback

Was this page helpful?