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.
public void setContentPath(String contentPath);
Parameter | Datatype | Notes |
---|---|---|
contentPath |
String |
Optional Ex: "C:\MyDocs\" If this property is not set the system initializes it to an empty string. |
LicenseMetadata.java
Minimum supported OS version |
Android 4.0.3 (API level 15) |