SPPersistedFile constructor
Initializes a new instance of the SPPersistedFile class with the specified parameters.
Overload list
Name | Description | |
---|---|---|
SPPersistedFile() | Initializes a new instance of the SPPersistedFile class. | |
SPPersistedFile(String, SPPersistedObject) | Initializes a new instance of the SPPersistedFile class, with the specified file name and owner, to create an object that can be used to manage a file stored in the configuration store. | |
SPPersistedFile(String, String, SPPersistedObject) | Initializes a new instance of the SPPersistedFile class, with the specified name, file name and owner, to create an object that can be used to manage a file stored in the configuration store. |
Top