DocumentRepositorySaveCustomerData Method
Saves a physical file to a special subfolder containing per-customer documents.
Namespace: Ignition.DocumentManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public NetForumId SaveCustomerData(
NetForumId ownerId,
string folder,
PhysicalFile fileShim
)
Public Function SaveCustomerData (
ownerId As NetForumId,
folder As String,
fileShim As PhysicalFile
) As NetForumId
public:
virtual NetForumId^ SaveCustomerData(
NetForumId^ ownerId,
String^ folder,
PhysicalFile^ fileShim
) sealed
abstract SaveCustomerData :
ownerId : NetForumId *
folder : string *
fileShim : PhysicalFile -> NetForumId
override SaveCustomerData :
ownerId : NetForumId *
folder : string *
fileShim : PhysicalFile -> NetForumId
- ownerId NetForumId
- The id of the customer that owns the document
- folder String
- The name of a subfolder under the customer-specific folder where the file will be placed
- fileShim PhysicalFile
- The file to save
NetForumIdThe id of the newly created document metadata