LicenseMetadata setContentPath method
Sets the content file path of the document to be tracked, not including the file name. This property is optional.
For more information see getContentName, getContentPath and getContentPath.
Signature
public void setContentPath(String contentPath);
Parameters
Parameter | Datatype | Notes |
---|---|---|
contentPath |
String |
Optional Ex: "C:\MyDocs\" If this property is not set the system initializes it to an empty string. |
Defined in
LicenseMetadata.java
Supported Platforms
Minimum supported OS version |
Android 4.0.3 (API level 15) |